From 916584dfe96a7ef03ec83fdff1bada25d8e36046 Mon Sep 17 00:00:00 2001 From: Alex Tavarez Date: Sat, 6 Sep 2025 23:23:00 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f442105..205b09e 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ The website has a default theme supplied, but you are welcome to make your own a > [!TIP] > Make sure that all renderable stylesheet paths for files under `${SUKAATO_SITE_SOURCE_ROOT}/lib/sukaato_web/controllers/page_*/` are set to `/assets/app.css`, or a path relative to `${SUKAATO_SITE_SOURCE_ROOT}/priv/static` that has been made external (whether the directory exists yet or not). Again, see about [asset management in Phoenix web framework](https://hexdocs.pm/phoenix/asset_management.html#images-fonts-and-external-files). -### Runn the project's server +### Run the project's server This project was built using the Phoenix web framework. To start the Phoenix server: