From 0b3e1680cc1a6929238671253662776d506580e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D1=8C=D0=B1=D0=B5=D1=80=D1=82?= <19402926+alb2034@users.noreply.github.com> Date: Thu, 18 Jun 2020 22:41:53 +0500 Subject: [PATCH] Fix typo in YML file name If I understand correctly, the mkdocs.yml file contains settings for the mkdocs application --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e38ce08..547061f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Once it has started, you can open your browser to [http://localhost](http://loca ## Development -This project has a `docker-compose.yml` file, which will start the mkdocs application on your +This project has a `mkdocs.yml` file, which will start the mkdocs application on your local machine and help you see changes instantly. ```bash