From e5d40872956764a47dbf9df6a455568f61f92173 Mon Sep 17 00:00:00 2001 From: David Beazley Date: Sun, 23 Feb 2020 06:18:42 -0600 Subject: [PATCH] Minor formatting edit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09713cd..8f5ba11 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,9 @@ How to Use ========== PLY consists of two files : lex.py and yacc.py. These are contained -within the 'ply' directory which may also be used as a Python package. -To use PLY, simply copy the 'ply' directory to your project and import -lex and yacc from the associated 'ply' package. For example: +within the `ply` directory which may also be used as a Python package. +To use PLY, simply copy the `ply` directory to your project and import +lex and yacc from the associated `ply` package. For example: ```python from .ply import lex