Skip to content

Commit ef7f1b6

Browse files
authored
README: update git clone to reference the latest release
1 parent 4885412 commit ef7f1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See as a test at [/tests/test_use_case.lua:19](/tests/test_use_case.lua#L19)
7373

7474
## Installation
7575

76-
Copy the [raw contents of init.lua from the latest release](https://raw.githubusercontent.com/girvel/ldump/refs/tags/v1.1.0/init.lua) into your `lib/ldump.lua` or `git clone https://github.com/girvel/ldump` inside the `lib/` — you still would be able to do `require("ldump")`.
76+
Copy the [raw contents of init.lua from the latest release](https://raw.githubusercontent.com/girvel/ldump/refs/tags/v1.1.0/init.lua) into your `lib/ldump.lua` or `git clone -b v1.1.0 https://github.com/girvel/ldump` inside the `lib/` — you still would be able to do `require("ldump")`.
7777

7878

7979
## Overriding serialization

0 commit comments

Comments
 (0)