From b48a6d9c278dd26de0b010b2d8a6a1bf34d7b997 Mon Sep 17 00:00:00 2001 From: Alex Kempton Date: Tue, 3 Mar 2020 13:50:52 +0000 Subject: [PATCH] Added acknowledgements to reame --- readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/readme.md b/readme.md index b27f6a76..5ec22853 100644 --- a/readme.md +++ b/readme.md @@ -92,3 +92,12 @@ Run `yarn dist` to package up the app for best performance and no dev tools. Onc | `yarn lint` | Run linting | | `yarn test` | Run pre deployment tests (including linting) | | `yarn test:dev` | Run tests on file changes (does not include linting) | + +### Acknowledgements +Hedron has been created using some amazing open-source libraries. Most notably: + +- [three.js](https://github.com/mrdoob/three.js/) +- [postprocessing](https://github.com/vanruesc/postprocessing) +- [React](https://github.com/facebook/react) +- [Redux](https://github.com/reduxjs/redux) +