Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit 125a967

Browse files
committed
Remove version prefix in example
1 parent cbf7bc0 commit 125a967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ First, we start a new session on Daybed, and keep the token as if it was an *adm
3838

3939
```javascript
4040

41-
var server = 'https://daybed.lolnet.org/v1/';
41+
var server = 'https://daybed.lolnet.org';
4242
var session = Daybed.startSession(server)
4343
.then(function (session) {
4444
console.log("Keep this somewhere safe " + session.token);

0 commit comments

Comments
 (0)