From 8e93cac7cabf6079c42f63338ee8760e06926be0 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Mon, 2 Jun 2014 14:07:55 -0300 Subject: [PATCH] make changes suggested by matiu --- .gitignore | 1 - README.md | 8 ++------ config.template.js => config.js | 0 index.html | 1 - 4 files changed, 2 insertions(+), 8 deletions(-) rename config.template.js => config.js (100%) diff --git a/.gitignore b/.gitignore index 86e427483..a0d54ca79 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,6 @@ lib/* !lib/socket.io.js js/copayBundle.js -config.js webapp/copay-webapp webapp/download diff --git a/README.md b/README.md index e2f0e0863..2b200720f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ Build Copay: npm install bower install grunt shell --target=dev -cp config.template.js config.js ``` Open Copay: @@ -53,11 +52,8 @@ node launch.js $n & ``` ## Configuration -Default configuration can be found in the config.template.js file. -If you want to configure Copay differently, you can copy that file -to config.js and change the values. - -See config.template.js for more info on configuration options. +Default configuration can be found in the config.js file. +See config.js for more info on configuration options. diff --git a/config.template.js b/config.js similarity index 100% rename from config.template.js rename to config.js diff --git a/index.html b/index.html index 048553274..5631834a3 100644 --- a/index.html +++ b/index.html @@ -726,7 +726,6 @@ on supported browsers please check http://www.w -