From e1cbbf1357a9a27fe4df2e42d540b14f1e5ecc72 Mon Sep 17 00:00:00 2001 From: Muhammad Sumon Molla Selim Date: Fri, 6 May 2016 02:12:46 +0600 Subject: [PATCH] type fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d912a2b..f0caeaa 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ To begin at the home directory simply start with `~/` like you would in the shel #### Aliases: You can create an alias to quickly navigate to a directory. Simply type in the alias followed by a colon. Then specify the path as you would normally. Note, in an event a specified alias conflicts with a [predefined alias](https://github.com/skuroda/Sublime-AdvancedNewFile#predefined-aliases), the specified alias will take precedence. -Alias paths may be relative or absolute. If a relative path is specified, the `alias_root` setting will be used as the base. When specifying absolute paths, be sure to use the system specific style (e.g. Windows `C:\\Users\\username\\Desktop`, OS X and Linix `/home/username/desktop/`). In addition, you may specify an alias from the home directory by using `~/`. +Alias paths may be relative or absolute. If a relative path is specified, the `alias_root` setting will be used as the base. When specifying absolute paths, be sure to use the system specific style (e.g. Windows `C:\\Users\\username\\Desktop`, OS X and Linux `/home/username/desktop/`). In addition, you may specify an alias from the home directory by using `~/`. If an invalid alias is specified, an error pop up will be displayed when trying to create the file.