Update APIs.md

This commit is contained in:
William Katz 2021-10-28 19:03:28 -07:00 committed by GitHub
parent 06d62097c4
commit 7489b6d93b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ for example here is a demo program for the lua API by SpaceCat
```lua
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_pass = "my_pass"