Update README.md

master
Aaron Power 7 years ago committed by GitHub
parent f8aa32f003
commit 845294996c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -21,7 +21,7 @@ fn run() -> mammut::Result<()> {
website: None,
};
let mut registration = Registration::new("https://mastodon.social")?;
let mut registration = Registration::new("https://mastodon.social");
registration.register(app)?;
let url = registration.authorise()?;
// Here you now need to open the url in the browser

Loading…
Cancel
Save