Updated repo url

This commit is contained in:
Dominic Grimm 2021-10-18 19:19:40 +02:00
parent 14ca838317
commit 68cf95a31f
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# sexpr
[![GitHub release](https://img.shields.io/github/release/grimmigerfuchs/sexpr.svg)](https://github.com/grimmigerfuchs/sexpr/releases)
[![GitHub release](https://img.shields.io/github/release/grimmigerFuchs/sexpr.svg)](https://github.com/grimmigerFuchs/sexpr/releases)
A small s-expression parser based on [fast-sexpr](https://www.npmjs.com/package/fast-sexpr).
@ -32,7 +32,7 @@ pp Sexpr.parse(source)
## Contributing
1. Fork it (<https://github.com/grimmigerfuchs/sexpr/fork>)
1. Fork it (<https://github.com/grimmigerFuchs/sexpr/fork>)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
@ -40,4 +40,4 @@ pp Sexpr.parse(source)
## Contributors
- [grimmigerFuchs](https://github.com/grimmigerfuchs) - creator and maintainer
- [grimmigerFuchs](https://github.com/grimmigerFuchs) - creator and maintainer