Add correct + simple > efficient note to README

This commit is contained in:
Timothée Floure 2020-12-22 14:21:57 +01:00
parent b567dfa542
commit c41ac96bc9
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ cloud. It is written in [Elixir](https://elixir-lang.org/), making use of the
## Notes
* This project is in its early phase: we're first making things correct and
simple. We'll worry about efficiency later.
* The (Phoenix) project has been initialized with the `--no-webpack` and
`--no-dashboard` flags to avoid unnecessary clutter. We can add them back
later if needed!