diff --git a/README.md b/README.md index fd81c4a..03c5f86 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ chrome-wakatime =============== -Get stats about your website debugging, research, documentation, etc. +Automatic time tracking for stats about your website debugging, research, documentation, etc. Installation ------------ -1. Install the extension inside Chrome. +1. Install the extension: + +https://chrome.google.com/webstore/detail/wakatime/jnbbnacmeggbgdjgaoojpmhdlkkpblgi 2. Login to [WakaTime](https://wakatime.com/). @@ -34,16 +36,16 @@ To get started, install NPM and Bower dependencies, and do an initial build with npm start ``` -Run Gulp once: +To build the extension once: ``` -gulp +npm run gulp ``` -Run Gulp and monitor changes: +To monitor changes: ``` -gulp watch +npm run watch ``` Run tests: diff --git a/package.json b/package.json index 4f27bea..fcd0a7b 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "test-react": "jest --verbose --coverage", "test-js": "node_modules/.bin/phantomjs tests/run.js", "start": "npm install && bower install && gulp", + "gulp": "gulp", "watch": "gulp watch", "lint": "jsxhint --jsx-only .", "postinstall": "gulp postinstall" diff --git a/popup.html b/popup.html index 741e872..61ddcd7 100644 --- a/popup.html +++ b/popup.html @@ -12,6 +12,6 @@
- +