diff options
author | pukkamustard <pukkamustard@posteo.net> | 2021-04-07 21:07:32 +0200 |
---|---|---|
committer | pukkamustard <pukkamustard@posteo.net> | 2021-04-07 21:07:32 +0200 |
commit | bfc371ffa9ca4ec533043c94ad324f862352ab49 (patch) | |
tree | b0a4e6cf05e7f82b20da75de27886c3c1e05f5d6 | |
parent | 379417890f38999ca5a448b7b2f4495c7831c4aa (diff) |
README.md: minor fixes
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,14 @@ -# JavaScript implementation of ERIS +# js-eris This is a JavaScript implementation of [the Encoding for Robust Immutable Storage (ERIS)](http://purl.org/eris). ## Examples -See the [examples](./examples) folder. +See the [examples](./examples) folder for a demo web application. + +## Acknowledgments + +js-eris was initially developed for the [openEngiadina](https://openengiadina.net) project and has been supported by the [NLNet Foundation](https://nlnet.nl/) trough the [NGI0 Discovery Fund](https://nlnet.nl/discovery/). ## License |