summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2016-02-07 14:24:11 -0500
committerDaniel Doubrovkine (dB.) @dblockdotorg <dblock@dblock.org>2016-02-07 14:24:11 -0500
commit268e97c74288084cb6b826ba6dcd89bec03239de (patch)
tree6a233f8c1b38673465ef363ad1db76db109a3da8
parent56cfe95d4b8d6ac897687aca7e36eec2fb5da996 (diff)
parent460a0e6cb9b2116e1579cc6b89f8c152156b6221 (diff)
downloadhashie-268e97c74288084cb6b826ba6dcd89bec03239de.tar.gz
Merge pull request #348 from pra85/patch-1
README: fix typo
-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`.