From 0063d0a151156a25e2c0816934082ee3715b00f5 Mon Sep 17 00:00:00 2001 From: Sam Bolian Date: Thu, 2 Feb 2023 01:14:28 -0600 Subject: [PATCH] Update README.md (#237) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 817b8041d1..e05fc9e41b 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We strive to make it powerful enough to make you feel like any application you d ## Development -Console's server side is written in elixir, and exposes a graphql api. The frontend is in react, all code lives in this single repo and common development tasks can be done using the Makefile at the root of the repo. +Console's server side is written in Elixir, and exposes a graphql api. The frontend is in react, all code lives in this single repo and common development tasks can be done using the Makefile at the root of the repo. ### Developing Web @@ -58,4 +58,4 @@ For Mac Machines, if unable to download Erlang via `asdf` then run: brew install erlang@23 cp -r /opt/homebrew/opt/erlang@23/lib/erlang ~/.asdf/installs/erlang/23.3 asdf reshim erlang 23.3 -``` \ No newline at end of file +```