From 1e91b96b8790130c8daca3077cb193e07f98c141 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Tue, 19 May 2020 15:48:02 +0200 Subject: [PATCH] Fix autocorrect typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60f21be..515d952 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Example: - [GitBook documentation website](https://docs.evt.land) I advise you to have a special directory at the root of your project where the markdown documentation files -are stored. It is configured by placing a ``.netbook.yaml`` file at the root of the repo containing, for example: +are stored. It is configured by placing a ``.gitbook.yaml`` file at the root of the repo containing, for example: ``root: ./docs/`` PS: I am not affiliated with GitBook in any way.