Skip to content

Commit 6abe643

Browse files
authored
Merge pull request #14 from dsiddharth2/dev
Updaed the Jars
2 parents a5dded8 + eb43805 commit 6abe643

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Experimenting on Docker
2+
docker
3+
docker-compose.yml

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Install using composer
99
```json
1010
{
1111
"require": {
12-
"dsiddharth2/php-zxing": "1.0.1"
12+
"dsiddharth2/php-zxing": "1.0.2"
1313
}
1414
}
1515
```
@@ -19,6 +19,10 @@ Note
1919
* Only Decoder is programmed right now. Needs programming of Encoder.
2020
* The Default location of java that is configured is /usr/bin/java
2121

22+
Changes in version 1.0.2
23+
--------------------
24+
* Updated the new jars and tested on windows system
25+
2226
Changes in version 1.0.1
2327
--------------------
2428
* Added a isFound function that will tell if the bar code is found.
@@ -171,7 +175,12 @@ If you do not know the path to java, then you can use the following on *nix envi
171175
$ which java
172176
```
173177

174-
On Windows read the follwoing stackoverflow [Link](https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line)
178+
On Windows environment,
179+
```
180+
> where java
181+
```
182+
183+
For more info, on Windows read the follwoing stackoverflow [Link](https://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-the-windows-command-line)
175184

176185
## Acknowledgments
177186

0 commit comments

Comments
 (0)