summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrayag Verma <prayag.verma@gmail.com>2016-02-06 19:28:47 +0530
committerPrayag Verma <prayag.verma@gmail.com>2016-02-06 19:28:47 +0530
commit460a0e6cb9b2116e1579cc6b89f8c152156b6221 (patch)
tree6a233f8c1b38673465ef363ad1db76db109a3da8
parent56cfe95d4b8d6ac897687aca7e36eec2fb5da996 (diff)
downloadhashie-460a0e6cb9b2116e1579cc6b89f8c152156b6221.tar.gz
README: fix typo
Found a spelling mistake - includeable → includable
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd7532c..346d3da 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ You're reading the documentation for the next release of Hashie, which should be
## Hash Extensions
-The library is broken up into a number of atomically includeable Hash extension modules as described below. This provides maximum flexibility for users to mix and match functionality while maintaining feature parity with earlier versions of Hashie.
+The library is broken up into a number of atomically includable Hash extension modules as described below. This provides maximum flexibility for users to mix and match functionality while maintaining feature parity with earlier versions of Hashie.
Any of the extensions listed below can be mixed into a class by `include`-ing `Hashie::Extensions::ExtensionName`.