diff --git a/README.md b/README.md index 9e9fa079323916e237efb8986fc087e7466f5fc4..50e7eec1df07ed01231765e8ad2c0fdc0955ffd2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cesium -[Unhosted webapp](https://unhosted.org) client for [uCoin](http://ucoin.io) network. +[Unhosted webapp](https://unhosted.org) client for [Duniter](https://duniter.org) network. Try it at: http://cesium.ucoin.io @@ -8,7 +8,7 @@ Try it at: http://cesium.ucoin.io To contribute and compile cesium, you will have to: - - Installing [mvn](https://github.com/creationix/nvm) + - Installing [nvm](https://github.com/creationix/nvm) ``` wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash ``` @@ -25,7 +25,7 @@ To contribute and compile cesium, you will have to: - Getting source and installing project dependencies: ``` - git clone https://www.github.com/ucoin-io/cesium.git + git clone https://github.com/duniter/cesium.git cd cesium npm install --save bower install @@ -36,7 +36,7 @@ To contribute and compile cesium, you will have to: gulp & ionic serve ``` - - To build on another environment : + - To build on another environment: - Add your environment config into `app/config.json` - Run compitaltion using option `--env`: ```