rexim 2 years ago
parent
commit
254d50d45d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Binary Visualization based on Christopher Domas talk: https://www.youtube.com/wa
 - Scan the pairs of bytes of a file with a sliding window. (`AA BB CC DD ...` -> `(AA, BB) (BB, CC) (CC, DD) ...`);
 - Interpret the pairs of bytes as coordinates on a 256x256 2D plain;
 - Place a dot for each pair on the plain;
-- The more frequent the dot, the more brighter it is;
+- The more frequent the dot, the brighter it is;
 - Different patterns emerge depending on the type of the data of the file.
 
 ## Demo