diff --git a/src/hypertag/.gitignore b/.gitignore similarity index 89% rename from src/hypertag/.gitignore rename to .gitignore index 09db4eb..28ed536 100755 --- a/src/hypertag/.gitignore +++ b/.gitignore @@ -32,12 +32,10 @@ pip-log.txt .coverage .tox nosetests.xml +.pytest_cache # Translations *.mo .project .pydevproject -.idea -.idea/workspace.xml -.idea/ocr.iml diff --git a/README.md b/README.md index 68ce5d4..cb02430 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Install: _git clone_ Usage: ```python from hypertag import HyperHTML -html = HyperHTML().render(script) # rendering of a Hypertag script to HTML +html = HyperHTML().render(script) # rendering of a Hypertag `script` to HTML ```