Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit 15ced0f

Browse files
committed
fix class name in readme
1 parent 3eaee98 commit 15ced0f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -178,28 +178,28 @@ All options:
178178
- `include_entry = true` whether to include `__luapack_entry__` or not (useful for standalone packages)
179179

180180

181-
- **luapack:searchpath_compat(name)**
181+
- **Packer:searchpath_compat(name)**
182182

183183
Uses `package.searchpath` (Lua 5.2+).
184184
If `package.searchpath` does not exist, a janky search using `io.open` is done as fallback. (for Lua 5.1 support)
185185

186-
- **luapack:extract_packages(source)**
186+
- **Packer:extract_packages(source)**
187187

188188
Extracts all `require` calls found in the source.
189189

190-
- **luapack:include(package_name, filename=nil)**
190+
- **Packer:include(package_name, filename=nil)**
191191

192192
Includes the package and its dependencies.
193193

194-
- **luapack:pack(entry)**
194+
- **Packer:pack(entry)**
195195

196196
Includes the file as entry.
197197

198-
- **luapack:export()**
198+
- **Packer:export()**
199199

200200
Returns the bootstrapped lua code, with header and minification.
201201

202-
- **luapack:bootstrap()**
202+
- **Packer:bootstrap()**
203203

204204
Generates the script and returns it.
205205
This **does not** minify it or add the luapack header.

0 commit comments

Comments
 (0)