Update README.md

This commit is contained in:
Aaron Power
2017-11-10 16:56:56 +00:00
committed by GitHub
parent f8aa32f003
commit 845294996c
+1 -1
View File
@@ -21,7 +21,7 @@ fn run() -> mammut::Result<()> {
website: None, website: None,
}; };
let mut registration = Registration::new("https://mastodon.social")?; let mut registration = Registration::new("https://mastodon.social");
registration.register(app)?; registration.register(app)?;
let url = registration.authorise()?; let url = registration.authorise()?;
// Here you now need to open the url in the browser // Here you now need to open the url in the browser