Skip to content

Commit 9522261

Browse files
authored
Change 2. Library Name
1 parent 7d8845a commit 9522261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ If the Library is already called by a Programm using this SCM loader, SCM will c
5151

5252

5353
```lua
54-
--@requires testLibrary
55-
require("testLibrary")
54+
--@requires subLibrary
55+
require("subLibrary")
5656
```
5757

5858
The comment tells SCM to look for the sub-library and, if it's not already installed, it will try to download it.

0 commit comments

Comments
 (0)