Skip to content

Commit 528dba5

Browse files
authored
Merge pull request #129 from marcusfey/patch-1
Fixed spelling of build script name
2 parents ea16e3d + 6a5d5ab commit 528dba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ For building the JPX library you have to check out the master branch from Githu
2525
*Executing the tests:*
2626

2727
$ cd jpx
28-
$ ./gradle test
28+
$ ./gradlew test
2929

3030
*Building the library:*
3131

32-
$ ./gradle jar
32+
$ ./gradlew jar
3333

3434

3535
## Examples

0 commit comments

Comments
 (0)