Skip to content
This repository was archived by the owner on Feb 11, 2022. It is now read-only.

Commit a865525

Browse files
committed
fixed name of luarocks module
1 parent ac139b7 commit a865525

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ local names = jp.query(cities, '$..name')
2828
## Install
2929

3030
```
31-
$ luarocks install lua-jsonpath
31+
$ luarocks install jsonpath
3232
```
3333

3434

jsonpath.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
3434
Website:
3535
36-
36+
https://github.com/mrpace2/lua-jsonpath
3737
3838
See:
3939
@@ -50,7 +50,7 @@
5050
5151
Installation:
5252
53-
luarocks install lua-jsonpath
53+
luarocks install jsonpath
5454
5555
Dependencies:
5656

test/test.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
3232
Install dependencies:
3333
34-
luarocks install lua-jsonpath
34+
luarocks install jsonpath
3535
3636
git clone https://github.com/bluebird75/luaunit
3737
cd luaunit

0 commit comments

Comments
 (0)