Skip to content

Commit 0674442

Browse files
committed
Update sample code
1 parent 0836d6f commit 0674442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.arena-sample.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ import WriteFreely
1414
a free account on [Write.as](https://write.as). Once that's done, supply your `username`, `password`, and `instance`
1515
to the constants below.
1616
*/
17-
let username: String = "hello"// "username"
18-
let password: String = "hi"// "password"
19-
let instance: String = "https://pencil.writefree.ly" //"https://write.as"
17+
let username: String = "username"
18+
let password: String = "password"
19+
let instance: String = "https://write.as"
2020

2121
/*:
2222
* callout(The Plan):
@@ -93,7 +93,7 @@ func createAndPublishSamplePost() {
9393
}
9494

9595
/*:
96-
* callout(Logging Out)
96+
* callout(Logging Out):
9797
This is very important! When you're done with the session, make sure to call the `logout(completion:)` function to
9898
make sure that the user's access token is invalidated by the server.
9999
*/

0 commit comments

Comments
 (0)