From 5c3f2aba2d58fd252157ebbed2cd2a76fe67ae32 Mon Sep 17 00:00:00 2001 From: Marcin Kralka Date: Fri, 5 Jan 2024 01:37:21 +0100 Subject: [PATCH] Fix distribution directory name in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f49b11..e0f26ff 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Following table shows current and planned functionality: * On Unix-like operating systems (e.g. Linux, any BSD or macOS) install Sass using your package manager and using terminal go to `scripts/` directory and execute `./Build.Unix.sh`. -3. Run a web server on your local machine (or somewhere else) using any server software you like to use with this project's `source/` directory as a target location. +3. Run a web server on your local machine (or somewhere else) using any server software you like to use with this project's `dist/` directory as a target location. * On Windows you can use [PHP built-in web server](https://windows.php.net/download#php-8.3). Select appropriate version and install it. Alternatively use anything else, as it should work with any HTTP server.