Skip to content

Commit

Permalink
docs and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Wojnarski committed Mar 22, 2021
1 parent 139f477 commit 532fa19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/hypertag/.gitignore → .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ pip-log.txt
.coverage
.tox
nosetests.xml
.pytest_cache

# Translations
*.mo

.project
.pydevproject
.idea
.idea/workspace.xml
.idea/ocr.iml
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

<!---
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ and removes the need for explicit closing tags. Hypertag provides:

If you are new to Hypertag, see the
[Quick Start](https://github.com/mwojnars/hypertag#quick-start) for a brief introduction.
The source code is available on [GitHub](https://github.com/mwojnars/hypertag).

Authored by [Marcin Wojnarski](http://www.linkedin.com/in/marcinwojnarski).

Expand Down

0 comments on commit 532fa19

Please sign in to comment.