Merge pull request #98 from zhsj/readme

fix readme doc
This commit is contained in:
Qi Xiao 2016-02-09 11:20:08 +01:00
commit 63c9a4a45a

View File

@ -103,7 +103,7 @@ Some things that the language is already capable of:
```
~> put $env:HOME
▶ /home/xiaq
~> $env:PATH = $env:PATH":/bin"
~> env:PATH=$env:PATH":/bin"
```
The language is not yet complete. Notably, control structures like `if` and