From fa0f44d5503b38d93d587a5f0fbd7d52d1d89839 Mon Sep 17 00:00:00 2001
From: Millicent Billette <git@1000i100.fr>
Date: Thu, 13 Dec 2018 07:57:27 +0000
Subject: [PATCH] Online demo more visible in README.md

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index fdfb175..526d5d1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
-# DUP Tools front
+[![pipeline status](https://git.duniter.org/tools/dup-tools-front/badges/master/pipeline.svg)](https://git.duniter.org/tools/dup-tools-front/commits/master)
+
+# DUP Tools front  ([try online demo](https://dup-tools-front.duniter.io/))
 
 Based on the [create-wasm-app] template to provide a full js interface using [dup-tools-wasm], a toolbox for developers wishing to use the DUP procotole.
 
@@ -14,7 +16,9 @@ Currently, only the document validator feature is implemented, but the `dup-tool
 
 ## Usage
 
-You can use DUP Tools directly on the web:  [https://tools.duniter.io/dup-tools-front/](https://tools.duniter.io/dup-tools-front/).
+You can use DUP Tools directly on the web:  [https://dup-tools-front.duniter.io/](https://dup-tools-front.duniter.io/).
+
+
 
 For local use, you only need `npm` :
 
-- 
GitLab