allow to register name

Change-Id: I72862e179253cdc9af4c8c381282745281f9c9d8
diff --git a/README.txt b/README.txt
index b1a8451..6a6e74b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,6 +1,6 @@
-# Jami-Jass
+# Jami-web
 
-Jami-Jass is a web server that starts a Dameon on NodeJS express server and serve a React web client.
+Jami-web is a web server that starts a Dameon on NodeJS express server and serve a React web client.
 
 The first milestone is to allow user with LDAP credentials to connect to the account using JAMS service and start chatting with their contacts using instant messaging.
 
@@ -8,21 +8,8 @@
 
 # Main dependencies
 
-Jami deamon (https://review.jami.net/admin/repos/ring-daemon)
-
-Jami node js interface (https://review.jami.net/admin/repos/ring-daemon)
-
-Node JS
-
-React
-
-Webpack
-
-Babel
-
-npm install -g node-gyp
-
-For the rest of the dependencies see package.json
+* Jami Deamon with NodeJS bindings (https://review.jami.net/admin/repos/ring-daemon),
+* NodeJS v14+
 
 # How to start the server
 
@@ -33,9 +20,3 @@
 LD_LIBRARY_PATH=$PATH_TO_JAMI_PROJECT/ring-project/install/daemon/lib node
 
 To build the dring.node Javascript interface to talk to the daemon api go to the daemon repo and use ./configure --with-nodejs then execute make -j4 to build the daemon
-
-Make sure that the Makefile.ma is configured to build the Swig interfaces with the right nodejs version:
-
-node-gyp configure --target=4.0.0 --arch=x64 --dist-url=https://atom.io/download/electron
-
-