Skip to content

Commit

Permalink
docs: link discussions and contrib guide in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Sep 8, 2021
1 parent f8998d1 commit f4b1aeb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,20 @@ result = jshiki.evaluate(expressionSource, {

For more examples, features, and information on how to use jshiki, see the [documentation].

## Discussion

Discuss jshiki on [GitHub discussions]. Make sure to follow the [code of conduct].

## Contributing

If you're looking for a way to contribute to jshiki, see the [contribution guide].

## Licence

[MIT](LICENCE)

[acorn]: https://github.com/acornjs/acorn
[documentation]: https://jshiki.io/latest/user-guide/
[github discussions]: https://github.com/adalinesimonian/jshiki/discussions
[code of conduct]: CODE_OF_CONDUCT.md
[contribution guide]: CONTRIBUTING.md

0 comments on commit f4b1aeb

Please sign in to comment.