diff --git a/README.md b/README.md index 0082d1c..82ba2e4 100644 --- a/README.md +++ b/README.md @@ -1 +1,38 @@ -# tinypratt +

tinypratt

+ +

+a tiny pratt parser implementation +

+ +

+ 🔧 Install + · 🧩 Example + · 📜 API docs + · 🔥 Releases + · 💪🏼 Contribute + · 🖐️ Help +

+ +--- + +## Install + +```sh +$ npm i tinypratt +``` + +## API + +wip + +## Contribute + +[Fork](https://github.com/stagas/tinypratt/fork) or +[edit](https://github.dev/stagas/tinypratt) and submit a PR. + +All contributions are welcome! + +## License + +MIT © 2022 +[stagas](https://github.com/stagas) diff --git a/package.json b/package.json index bff7536..bc65a4c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "stagas", "short": "stagas/tinypratt", "description": "a tiny pratt parser implementation", - "version": "0.0.0", + "version": "0.0.1", "license": "MIT", "repository": { "type": "git",