diff --git a/README.md b/README.md index 755c0e1..349fada 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,12 @@ nvgFill(vg); See the header file [nanovg.h](/src/nanovg.h) for API reference. -# License +## License The library is licensed under [zlib license](LICENSE.txt) +## Discussions +[NanoVG mailing list](https://groups.google.com/forum/#!forum/nanovg) + ## Links Uses [stb_truetype](http://nothings.org) for font rendering. Uses [stb_image](http://nothings.org) for image loading.