From 58d08ee70f77fb27f1c5113e7043c50b3bf4d962 Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Thu, 23 Aug 2018 15:41:45 -0400 Subject: [PATCH] small README formatting changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bbb8df..8f2b656 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Elefren. A API Wrapper for the Mastodon API. +# Elefren + +## A Wrapper for the Mastodon API. [![Build Status](https://travis-ci.org/pwoolcoc/elefren.svg?branch=master)](https://travis-ci.org/pwoolcoc/elefren) [![crates.io](https://img.shields.io/crates/v/elefren.svg)](https://crates.io/crates/elefren) @@ -57,7 +59,7 @@ fn register() -> Mastodon { app.client_name("elefren-examples"); let registration = Registration::new("https://mastodon.social"); - .register(app).unwrap(); + .register(app).unwrap(); let url = registration.authorize_url().unwrap(); println!("Click this link to authorize on Mastodon: {}", url);