Update README.md (#260)

correct minor typo in the README: "This simplify --> This simplifies"
This commit is contained in:
SamuelOuvrard 2021-06-15 15:01:35 -04:00 committed by GitHub
parent 976a0d0d15
commit e3500428d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ _Thats it!_ You should now be able to open the app at `http://localhost:4000`
### Makefile
The Makefile should be the main entry for common tasks such as tests, linting, Docker, etc. This simplify the development process since you dont have to search for which service provides which command. `mix`, `npm`, `prettier`, `docker`, `stylelint`, etc are all used in the Makefile.
The Makefile should be the main entry for common tasks such as tests, linting, Docker, etc. This simplifies the development process since you dont have to search for which service provides which command. `mix`, `npm`, `prettier`, `docker`, `stylelint`, etc are all used in the Makefile.
### Docker