Skip to content

Commit

Permalink
Update sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
AngeloStavrow committed Jun 10, 2021
1 parent 0836d6f commit 0674442
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .arena-sample.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ import WriteFreely
a free account on [Write.as](https://write.as). Once that's done, supply your `username`, `password`, and `instance`
to the constants below.
*/
let username: String = "hello"// "username"
let password: String = "hi"// "password"
let instance: String = "https://pencil.writefree.ly" //"https://write.as"
let username: String = "username"
let password: String = "password"
let instance: String = "https://write.as"

/*:
* callout(The Plan):
Expand Down Expand Up @@ -93,7 +93,7 @@ func createAndPublishSamplePost() {
}

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

0 comments on commit 0674442

Please sign in to comment.