From 9d94ffe85dcbc82ee95caa584524c490205e6fd6 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 26 Jun 2018 14:06:38 -0400 Subject: [PATCH] Spelling. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b9f0fd7..a5f533fc 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ There is not much in the way of documentation yet because it is still a "persona I don't want to freeze features prematurely. You can look in the examples directory, the test directory, or the file `src/compiler/boot.dst` to get a sense of what dst code looks like. -For syntax highlightinh, there is some preliminary vim syntax highlighting in [dst.vim](https://github.com/bakpakin/dst.vim). -Generic lisp synatx highlighting should provide good results, however. +For syntax highlighting, there is some preliminary vim syntax highlighting in [dst.vim](https://github.com/bakpakin/dst.vim). +Generic lisp syntax highlighting should provide good results, however. ## Features @@ -45,7 +45,7 @@ Generic lisp synatx highlighting should provide good results, however. * REPL * Interactive Environment -## Docmentation +## Documentation API documentation and design documents can be found in the [wiki](https://github.com/bakpakin/dst/wiki).