Browse Source

Update README.md

PhilippeAccorsi 5 years ago
parent
commit
e27db5df73
No account linked to committer's email
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md View File

@@ -1,4 +1,4 @@
1
-develop branch status :
1
+develop branch status:
2 2
 [![Build Status](https://travis-ci.org/tracim/tracim_v2.svg?branch=develop)](https://travis-ci.org/tracim/tracim_v2)
3 3
 [![Coverage Status](https://coveralls.io/repos/github/tracim/tracim_v2/badge.svg?branch=develop)](https://coveralls.io/github/tracim/tracim_v2?branch=develop)
4 4
 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/tracim/tracim_v2/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/tracim/tracim_v2/?branch=develop)
@@ -42,7 +42,7 @@ for more information about configuration file, see development.ini.sample docume
42 42
 and [Backend setting file doc](backend/doc/setting.md).
43 43
 
44 44
 
45
-## Install frontend : Automated Script for easy setup ##
45
+## Install frontend: Automated Script for easy setup ##
46 46
 
47 47
     ./install_frontend_dependencies.sh
48 48
     ./build_full_frontend.sh
@@ -56,7 +56,7 @@ and [Backend setting file doc](backend/doc/setting.md).
56 56
 You can now enter the application at
57 57
 [http://127.0.0.1:6543](http://127.0.0.1:6543) and login with admin user:
58 58
 
59
- * user : `admin@admin.admin`
60
- * password : `admin@admin.admin`
59
+ * user: `admin@admin.admin`
60
+ * password: `admin@admin.admin`
61 61
 
62 62