diff options
author | Aleksey Kladov <[email protected]> | 2018-01-27 21:58:47 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-01-27 21:58:47 +0000 |
commit | da9bfacd98758438a5e733f1a3c42d8244c74eed (patch) | |
tree | 61c2a8f50146b82cc2eade697f9195ca12d5d7a5 | |
parent | d32345e518acd92d8c3509590ae21260d7b8e189 (diff) |
Brush up readme
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ | |||
5 | 5 | ||
6 | libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256). | 6 | libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256). |
7 | 7 | ||
8 | See `docs` folder for more details and contribution instructions. | 8 | See [`docs`](./docs) folder to learn how libsyntax2 works, and check |
9 | 9 | [`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute! | |
10 | 10 | ||
11 | 11 | ||
12 | ## License | 12 | ## License |