From 1e91b96b8790130c8daca3077cb193e07f98c141 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Tue, 19 May 2020 15:48:02 +0200 Subject: [PATCH 1/2] 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. From e971ae7bb116ae1d02bbb71a9b0a6e4cc95811e6 Mon Sep 17 00:00:00 2001 From: Garrone Joseph Date: Tue, 19 May 2020 19:43:16 +0200 Subject: [PATCH 2/2] correct malformed sentence. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 515d952..72dba28 100644 --- a/README.md +++ b/README.md @@ -182,5 +182,5 @@ And update your DNS: ![image](https://user-images.githubusercontent.com/6702424/82155473-7e8d3380-9875-11ea-9bba-115cbb3ef162.png) I personally use [Hurricane Electric](https://dns.he.net) free DNS servers because they support a lot of record types. -If your provider does not support ``ALIAS``, however, you can use ``A`` records and manually enter the IP of GitHub servers. +However, if your DNS provider does not support ``ALIAS``, you can use ``A`` records and manually enter the IP of GitHub servers. I let you consult the [GitHub Pages Documentation](https://help.github.com/en/github/working-with-github-pages/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain).