From d4e9b9d8cbd99867eb61dfa3c9cf39d68313e23d Mon Sep 17 00:00:00 2001 From: Glen Cheney Date: Mon, 31 Jul 2017 14:12:56 -0700 Subject: [PATCH] Fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22be914..39ba3a5 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ Now you don't have to zoom in or be a sniper with your finger! ## Customizing hidden files and directories -If you want to hidde some files or directories, for example the `fancy-index` directory, there are a `IndexIgnore` directive in `.htaccess` file. +If you want to hide some files or directories, for example the `fancy-index` directory, there is a `IndexIgnore` directive in `.htaccess` file. 1. Edit `.htaccess` file in root directory. 2. Look for the "IGNORE THESE FILES" section. -3. Update the `IndexIgnore` directive with the path of files and directories to hide, separed by spaces. +3. Update the `IndexIgnore` directive with the path of files and directories to hide, separated by spaces. * For example: `IndexIgnore .ftpquota .DS_Store .git /fancy-index` 4. Save the changes. -5. Reload the index page. \ No newline at end of file +5. Reload the index page.