Fixed demo url

This commit is contained in:
Matei Adriel 2019-07-07 17:18:48 +03:00 committed by GitHub
parent 5591cbbdce
commit 443d049db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.