Skip to content

Commit 9604c91

Browse files
authored
Create README.md
1 parent 4d21926 commit 9604c91

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
gonapps-url-decoder
2+
=
3+
4+
## About
5+
An url decoder for lua
6+
## Usage
7+
**installation**
8+
```bash
9+
$ sudo luarocks install gonapps-url-decoder
10+
```
11+
**example code**
12+
```lua
13+
local urlDecoder = require "gonapps.url.decoder"
14+
urlDecoder.rawDecode(url)
15+
```
16+
## License
17+
LGPLv3

0 commit comments

Comments
 (0)