From 3764fdcf99a79d8d4315335c9f4ba6f7682e93cc Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 6 Sep 2025 23:30:26 -0400 Subject: [PATCH] Added note about idiomatic Elixir --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 205b09e..c296d22 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ This repository is to define a backend for, and to serve, my website. The code here is building upon the basis of a project structure and associated source code supplied by the [Elxir](https://elixir-lang.org/) [Phoenix](https://hexdocs.pm/phoenix/installation.html) web framework package(s)/module(s) and the associated CLI utilities. -This project is a WIP. +> [!NOTE] +> Not only is this a WIP, but this project is the first time I've ever used the Elixir programming language. As of yet, the source code is not written idiomatically. ## Execution and installation