diff --git a/README.md b/README.md index 53aec8d..982d6bf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️ ## Local usage -If for any reason you don't want to use the version hosted by Gihub pages, clone the repo and open `index.html` with your web browser +If for any reason you don't want to use the version hosted by Github pages, download / clone the project and open `index.html` with your web browser ## Local development diff --git a/gulpfile.js b/gulpfile.js index dbf6d11..cf4f693 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,7 +12,7 @@ const cleanCSS = require('gulp-clean-css'); // Browserify gulp.task('browserify', cb => { pump([ - browserify('js/index.js').bundle(), + browserify('js/vanity.js', {standalone: 'vanity'}).bundle(), source('bundle.js'), gulp.dest('js') ], cb); @@ -56,6 +56,6 @@ gulp.task('default', ['build-js', 'build-css']); // Watch changes and compile on the fly gulp.task('watch', () => { - gulp.watch(['js/index.js', 'js/vanity.js'], ['browserify']); + gulp.watch(['js/vanity.js'], ['browserify']); gulp.watch(['css/stylesheet.sass'], ['sass']); }); diff --git a/index.html b/index.html index 8dcfab9..b410a21 100644 --- a/index.html +++ b/index.html @@ -28,7 +28,7 @@
- Vanity-ETH is a browser-based tool to generate an vanity Ethereum address.
+ Vanity-ETH is a browser-based tool to generate vanity Ethereum addresses.
Enter the prefix of your choice below, then click 'generate' to start.
Ethereum addresses are hexadecimal, which means your prefix can only contain numbers and letters
from A to F.
@@ -97,5 +97,6 @@
+