Update README.md

This commit is contained in:
witer33 2021-10-04 10:08:36 +02:00 committed by GitHub
parent ea14bd5c62
commit 7dcbe31573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# nhtp
A nim HTML Parser made for fun, with a simple Python port by Nimpy and Nimporter.
#### best parameters for nim compiler:
```
nim c -d:release --gc:arc file.nim
```