From a0e43f03ded566a4f187141a63882252c951c0f5 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Fri, 17 Jun 2016 16:53:19 +0200
Subject: [PATCH] [enh] readme: updates.

---
 README.md | 19 +++++++++++++++++++
 readme.md | 19 -------------------
 2 files changed, 19 insertions(+), 19 deletions(-)
 create mode 100644 README.md
 delete mode 100644 readme.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1afed05
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# Duniter-ui
+
+Duniter graphical interface. This is a developement package which is embedded in [Duniter software](https://github.com/duniter/duniter) on build phase.
+
+## Installation
+
+> Requires Nodejs v4+ and Duniter v0.20+
+
+```bash
+git clone https://github.com/duniter/duniter.git
+cd duniter
+npm install
+```
+
+## Run
+
+```bash
+node_modules/brunch/bin/brunch watch --server
+```
diff --git a/readme.md b/readme.md
deleted file mode 100644
index f7af0dc..0000000
--- a/readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# ucoin-ui
-
-Graphical interface for future uCoin desktop software. This is a developement package which aims at being embedded by [uCoin software](https://github.com/ucoin-io/ucoin) on build phase.
-
-## Installation
-
-> Requires Nodejs v4+ and uCoin v0.20+
-
-```
-git clone https://github.com/ucoin-io/ucoin-ui.git
-cd ucoin-ui
-npm install
-```
-
-## Run
-
-```
-node_modules/brunch/bin/brunch watch --server
-```
\ No newline at end of file
-- 
GitLab