diff options
author | dsiddharth2 <dsiddharth2@gmail.com> | 2018-04-27 22:34:02 +0530 |
---|---|---|
committer | dsiddharth2 <dsiddharth2@gmail.com> | 2018-04-27 22:34:02 +0530 |
commit | 3f95565d2e2a54df7250eb7ae3118dc2e585cfc2 (patch) | |
tree | f3f13a3a07d566ec994f925ff16975c7fd9f598e | |
parent | 19c513109c0a5f5c78c54a4fada3b1c1ecbabf8e (diff) | |
download | php-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.zip php-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.tar.gz php-zxing-3f95565d2e2a54df7250eb7ae3118dc2e585cfc2.tar.bz2 |
Updated the Documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ Install using composer ```json { "require": { - "dsiddharth2/php-zxing": "dev-master" + "dsiddharth2/php-zxing": "1.0.0" } } ``` |