summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Heck <myesain84@gmail.com>2015-02-07 15:32:16 -0700
committerNoah Heck <myesain84@gmail.com>2015-02-07 15:32:16 -0700
commitd35b5c39c95a2033f6add23f3ea77b998ef1e7b2 (patch)
tree4aed278843c9dcf2956f6c4baea2967f0354177c
parent5a2b3b81e3600a61c4ba8d9c24f26e3a3f5ba914 (diff)
downloadE_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.zip
E_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.tar.gz
E_PDOStatement-d35b5c39c95a2033f6add23f3ea77b998ef1e7b2.tar.bz2
Composer package instructionorigin/composerSetup
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index db698d7..46ccd22 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Add to your composer.json to have it loaded when you create your project:
```json
"require" : {
- "noahheck/E_PDOStatement" : "1.2.*"
+ "noahheck/e_pdostatement" : "1.2.*"
}
```