diff --git a/README.md b/README.md index 19db219..60b0ae0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # logicGateSimulator2 a better version of my logic gate simulator -Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator2/) +Check out the [demo](https://mateiadrielrafael.github.io/logicGateSimulator/) To run locally clone this repo, and then run: `npm install` to install all dependenices, `npm run dev` to start the development server or `npm run build` to bundle it. @@ -14,4 +14,4 @@ This project wouldnt have been possible without the follownig libraries: - [gh-pages](https://github.com/tschaub/gh-pages) - [eix-js](https://github.com/eix-js) -I used lit-html, lit-rx and rxjs mainly for the rendering, MCW for the styling, webpack for bundling, gh-pages for deploying and eix-js (a game engine me and a friend are working on) for input handling and common decorators. \ No newline at end of file +I used lit-html, lit-rx and rxjs mainly for the rendering, MCW for the styling, webpack for bundling, gh-pages for deploying and eix-js (a game engine me and a friend are working on) for input handling and common decorators.