~fgaz/tcl-stdenv

f9ee3aa4e6aa6fe1b13b4fadebb2f67b65c2341f — Francesco Gazzetta 2 months ago 8a5e148 master
Fix typo
1 files changed, 1 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +1 -1
@@ 16,7 16,7 @@ See [hello.nix](./hello.nix) for an example.
* Small interpreter size and memory footprint
* Shell-like syntax (commands separated by newlines, arguments separated by spaces, bare strings...)
* Avoids many bash pitfalls, like word splitting
* Supports structured data while simultaneously makeing it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string)
* Supports structured data while simultaneously making it easy to [treat everything as a string](https://wiki.tcl-lang.org/page/everything+is+a+string)
* Supports libraries

## Similar projects