summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordsiddharth2 <dsiddharth2@gmail.com>2018-04-27 22:34:02 +0530
committerdsiddharth2 <dsiddharth2@gmail.com>2018-04-27 22:34:02 +0530
commit3f95565d2e2a54df7250eb7ae3118dc2e585cfc2 (patch)
treef3f13a3a07d566ec994f925ff16975c7fd9f598e
parent19c513109c0a5f5c78c54a4fada3b1c1ecbabf8e (diff)
downloadphp-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.zip
php-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.tar.gz
php-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.tar.bz2
Updated the Documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 721fdc4..8a8b18a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Install using composer
```json
{
"require": {
- "dsiddharth2/php-zxing": "dev-master"
+ "dsiddharth2/php-zxing": "1.0.0"
}
}
```