small README formatting changes
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# Elefren. A API Wrapper for the Mastodon API.
|
# Elefren
|
||||||
|
|
||||||
|
## A Wrapper for the Mastodon API.
|
||||||
|
|
||||||
[](https://travis-ci.org/pwoolcoc/elefren)
|
[](https://travis-ci.org/pwoolcoc/elefren)
|
||||||
[](https://crates.io/crates/elefren)
|
[](https://crates.io/crates/elefren)
|
||||||
@@ -57,7 +59,7 @@ fn register() -> Mastodon {
|
|||||||
app.client_name("elefren-examples");
|
app.client_name("elefren-examples");
|
||||||
|
|
||||||
let registration = Registration::new("https://mastodon.social");
|
let registration = Registration::new("https://mastodon.social");
|
||||||
.register(app).unwrap();
|
.register(app).unwrap();
|
||||||
let url = registration.authorize_url().unwrap();
|
let url = registration.authorize_url().unwrap();
|
||||||
|
|
||||||
println!("Click this link to authorize on Mastodon: {}", url);
|
println!("Click this link to authorize on Mastodon: {}", url);
|
||||||
|
|||||||
Reference in New Issue
Block a user