From da9bfacd98758438a5e733f1a3c42d8244c74eed Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 28 Jan 2018 00:58:47 +0300 Subject: [PATCH] Brush up readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5456df6aea..1b28b628c5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ libsyntax2.0 is an **experimental** implementation of the corresponding [RFC](https://github.com/rust-lang/rfcs/pull/2256). -See `docs` folder for more details and contribution instructions. - +See [`docs`](./docs) folder to learn how libsyntax2 works, and check +[`CONTRIBUTING.md`](./CONTRIBUTING.md) if you want to contribute! ## License