Taddeüs Kroes преди 11 години
родител
ревизия
df8bee83df
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,8 +8,8 @@ arrays. Brainfuck commands are transformed to [LLVM
 IR](http://llvm.org/docs/LangRef.html), which is generated in such a way that
 it is easy to optimize for LLVM's `opt` utility.
 
-The (only) source file `bf.ml` pretty much explains itself, as does the.
-`hello.b` and `rot13.b` can be used for quick testing as demonstrated below.
+The (only) source file `bf.ml` pretty much explains itself. `hello.b` and
+`rot13.b` can be used for quick testing as demonstrated below.
 
 
 Building and usage