From c41ac96bc96102056bfa545ffc6da59003261f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Tue, 22 Dec 2020 14:21:57 +0100 Subject: [PATCH] Add correct + simple > efficient note to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0cd8a53..ecb069a 100644 --- a/README.md +++ b/README.md @@ -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!