diff --git a/README.md b/README.md index bc25671..a7311f5 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ Nondescript is a toy programming language. Currently its compiler is being rewri - Dynamic typing, bytecode interpreter - Almost everything is an expression - Syntax tries to balance sugar with consistency -See [[docs/reference.md]] to learn more about the language. +See [docs/reference.md] to learn more about the language. ## Examples -If the [[docs/]] folder is not enough, the following folders in the source tree, will have more examples: +If the [docs/] folder is not enough, the following folders in the source tree, will have more examples: - benchmarks/ - examples/ @@ -20,7 +20,7 @@ If the [[docs/]] folder is not enough, the following folders in the source tree, ## Building Requirements: -- nim (1.6.8 tested) and nimble (recommended way to install is choosenim) +- nim (1.6.10 tested) and nimble (recommended way to install is choosenim) - c compiler (gcc tested) The 4 steps to a REPL: