diff --git a/README.md b/README.md index f927646..987619e 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,17 @@ with a single source file and no framework, but they do include things like sourcemap inclusion, minification, and using rollup to generate proper EcmaScript-6. +# Running it + +Really? Okay: + +``` +$ npm install +$ npm run dev +``` + +The demo will be on port 3000 by default. + # License This code is released under the Mozilla 2.0 Public License. A copy of diff --git a/package-lock.json b/package-lock.json index 75f409f..02f1bd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "pendordate", + "name": "pendorclock", "version": "1.0.0", "lockfileVersion": 2, "requires": true, diff --git a/package.json b/package.json index 2e4d894..a29bd35 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pendordate", + "name": "pendorclock", "version": "1.0.0", "description": "The Pendor Clock, updated for 2021", "main": "build/index.js",