Update README.rst (#351)

* Update README.rst

Add href link of MIT licensed

* Update README.rst

* Update README.rst

Co-authored-by: Jimmy Lai <yurinai@gmail.com>
This commit is contained in:
Hồ Đức Hiếu 2020-07-29 02:05:55 +07:00 committed by GitHub
parent eb761c2c67
commit f8fdc00aeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,7 @@ To examine the tree that is parsed from a particular file, do the following::
python -m libcst.tool print <some_py_file.py>
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 <LICENSE>`_, as found in the LICENSE file.
.. fb-docs-start