Updated README.md

This commit is contained in:
Alex Tselegidis 2020-03-11 13:47:57 +01:00
parent 96d9005e66
commit c04e180c20
1 changed files with 13 additions and 6 deletions

View File

@ -1,15 +1,21 @@
<h1 align="center"> <h1 align="center">
<br> <br>
<a href="https://easyappointments.org"> <a href="https://easyappointments.org">
<img src="https://raw.githubusercontent.com/alextselegidis/easyappointments/master/docs/images/logo.png" alt="Easy!Appointments" width="203"> <img src="https://raw.githubusercontent.com/alextselegidis/easyappointments/develop/docs/images/git-banner.png" alt="Easy!Appointments">
</a> </a>
<br> <br>
Easy!Appointments
<br>
</h1> </h1>
<h3 align="center">
<img src="https://raw.githubusercontent.com/alextselegidis/easyappointments/develop/docs/images/logo.png" alt="Easy!Appointments" width="120">
<br>
Easy!Appointments
</h3>
<br>
<h4 align="center"> <h4 align="center">
A powerful Open Source Web Scheduler, that can be installed on your server. A powerful Open Source Web Scheduler that can be installed on your server.
</h4> </h4>
<p align="center"> <p align="center">
@ -18,9 +24,10 @@
<a href="#setup">Setup</a> <a href="#setup">Setup</a>
<a href="#installation">Installation</a> <a href="#installation">Installation</a>
<a href="#license">License</a> <a href="#license">License</a>
<a href="https://easyappointments.org" target="_blank">Website</a>
</p> </p>
![banner](docs/images/git-banner.png) ![banner](docs/images/logo.png)
## About ## About
@ -60,7 +67,7 @@ $ cd easyappointments
$ npm install $ npm install
$ composer install $ composer install
# Run the watcher # Start the file watcher
$ npm start $ npm start
``` ```