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