From cfb7940e7c8174effaceb81757d1d5ee69aef24f Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sat, 16 Mar 2024 03:56:14 -0300 Subject: [PATCH] README: update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 700e274..6bd21be 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the source code of a static website for reading (and listening to) The Noble Quran. After the website is built, the build directory consists of HTML, CSS, JavaScript and other static assets that can be hosted by a -regular web server (eg nginx, apache, etc). +standard web server (eg nginx, apache, ...). ## Stack @@ -29,7 +29,7 @@ the website can be built: npm i # Build website - rake build + rake nanoc:build # Start web server rake server