fix api example config typo. serverUrl -> serverURL (#138)

This commit is contained in:
Eike Siewertsen
2023-03-22 12:32:37 +00:00
committed by GitHub
parent 58946590d7
commit 0e9154323a

View File

@@ -35,7 +35,7 @@ await api.init({
// Budget data will be cached locally here, in subdirectories for each file.
dataDir: '/some/path',
// This is the URL of your running server
serverUrl: 'http://localhost:5006',
serverURL: 'http://localhost:5006',
// This is the password you use to log into the server
password: 'hunter2',
});