From 845294996cef934513735ed1200b1cf96c564494 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Fri, 10 Nov 2017 16:56:56 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1de7ff..1980e51 100644 --- a/README.md +++ b/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