mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
Update APIs.md
This commit is contained in:
parent
06d62097c4
commit
7489b6d93b
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ for example here is a demo program for the lua API by SpaceCat
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local ccash = require("ccash.api")
|
local ccash = require("ccash.api")
|
||||||
ccash.meta.set_server_address("https://twix.aosync.me/")
|
ccash.meta.set_server_address("https://ccashinstance.net/")
|
||||||
|
|
||||||
local cred_name = "my_account"
|
local cred_name = "my_account"
|
||||||
local cred_pass = "my_pass"
|
local cred_pass = "my_pass"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue