Skip to content

Commit fb25cf9

Browse files
att
1 parent 5839643 commit fb25cf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ LuaBear is a powerful and easy-to-use HTTP client library for Lua, designed to m
1010
- Easy integration with Lua projects
1111

1212
## Installation
13-
To install the lib, just download the lib [Lib Download](https://github.com/OUIsolutions/Lua-Bear/releases/download/0.7.0/Lua-Bear.zip)
13+
To install the lib, just download the lib [Lib Download](https://github.com/OUIsolutions/Lua-Bear/releases/download/0.1.0/Lua-Bear.zip)
1414
in the root of your project, and run with:
1515

1616
```lua
@@ -23,7 +23,7 @@ local luabear = require("luaBear.luaBear")
2323
#### Installation from Command
2424
if you prefer to install with a command, just type:
2525
```shell
26-
curl -L -o Lua-Bear.zip https://github.com/OUIsolutions/Lua-Bear/releases/download/0.7.0/Lua-Bear.zip && unzip Lua-Bear.zip && rm Lua-Bear.zip
26+
curl -L -o Lua-Bear.zip https://github.com/OUIsolutions/Lua-Bear/releases/download/0.1.0/Lua-Bear.zip && unzip Lua-Bear.zip && rm Lua-Bear.zip
2727
```
2828

2929

0 commit comments

Comments
 (0)