Skip to content
This repository was archived by the owner on Jul 14, 2020. It is now read-only.

Commit 02554b5

Browse files
authored
Update README.md
1 parent b3ebd62 commit 02554b5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ Async utilities for RedM
77
Set it as a dependency in you **__resource.lua** or **fxmanifest.lua**
88

99
```lua
10-
server_script '@async/async.lua'
10+
-- client
11+
client_scripts {
12+
'@async/async.lua',
13+
...
14+
}
15+
16+
-- server
17+
server_scripts {
18+
'@async/async.lua',
19+
...
20+
}
1121
```
1222

1323
## USAGE NEW WAY

0 commit comments

Comments
 (0)