diff --git a/README.md b/README.md index 4df57d4..90c87e8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ # pngjs -Simple PNG encoder/decoder for Node.js with no dependencies. +*This is a fork of pngjs to make it work with deno* + +Simple PNG encoder/decoder for ~~Node.js~~ Deno with no dependencies. Based on the original [pngjs](https://github.com/niegowski/node-pngjs) with the follow enhancements.