From 95e90c4ed47a24671727da6cfde85175a5245faa Mon Sep 17 00:00:00 2001 From: canove Date: Tue, 11 Aug 2020 13:56:42 -0300 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ddba3b0..7d4a107 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A _very simple_ Ticket System based on WhatsApp messages. Backend uses [whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) to receive and send WhatsApp messages, create tickets from them and store all in a MySQL database. -The frontend is a full-featured _chat app_ bootstrapped with react-create-app and Material UI, that comunicates with backend using REST API and Websockets. +Frontend is a full-featured multi-user _chat app_ bootstrapped with react-create-app and Material UI, that comunicates with backend using REST API and Websockets. It allows you to interact with contacts, tickets, send and receive WhatsApp messagees. ## Motivation