From 3d22171ba312f597b810dbeaa015f34dabc73638 Mon Sep 17 00:00:00 2001 From: Bobby Earl Date: Wed, 22 Jun 2016 19:25:06 -0400 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e33b62..b4e79d2 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ $ my_script some more args --blah 1. In functions, use `local` before every variable declaration 1. Use `UPPERCASE_VARS` to indicate environment variables that can be controlled outside your script -1. Use `__double_underscore_prefixed_vars` to indicate global variables that are solely controlled inside your script, with the exception of arguments wich are already prefixed with `arg_`, and functions, over which b3bp poses no restrictions. +1. Use `__double_underscore_prefixed_vars` to indicate global variables that are solely controlled inside your script, with the exception of arguments which are already prefixed with `arg_`, and functions, over which b3bp poses no restrictions. ### Coding style