From f8fdc00aebb0108175cecd3f15a146d5da3ec4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=BB=93=20=C4=90=E1=BB=A9c=20Hi=E1=BA=BFu?= Date: Wed, 29 Jul 2020 02:05:55 +0700 Subject: [PATCH] Update README.rst (#351) * Update README.rst Add href link of MIT licensed * Update README.rst * Update README.rst Co-authored-by: Jimmy Lai --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0fa3edf4..3096b354 100644 --- a/README.rst +++ b/README.rst @@ -93,7 +93,7 @@ To examine the tree that is parsed from a particular file, do the following:: python -m libcst.tool print -Alternatively you can import LibCST into a Python REPL and use the included parser +Alternatively, you can import LibCST into a Python REPL and use the included parser and pretty printing functions: >>> import libcst as cst @@ -207,7 +207,7 @@ Future License ======= -LibCST is MIT licensed, as found in the LICENSE file. +LibCST is `MIT licensed `_, as found in the LICENSE file. .. fb-docs-start