diff --git a/README.md b/README.md index 2acb17b..8bcbe4d 100644 --- a/README.md +++ b/README.md @@ -48,3 +48,5 @@ This will output lossless.js and lossless-min.js to build/ ### Acknowledgments This decoder was originally written by Helmut Dersch for Java. I added support for selection values 2 through 7, contributed bug fixes and ported to JavaScript. + +Also thanks to [@jens-ox](https://github.com/jens-ox) for modernizing this package to TypeScript.