Skip to content

Commit

Permalink
Merge pull request #32 from mozilla-services/feat/fix-typos
Browse files Browse the repository at this point in the history
fix: typo and image link fix
  • Loading branch information
bbangert committed Jul 12, 2018
2 parents 487a6c7 + 903e46d commit c6cbc55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Build](https://travis-ci.org/mozilla-services/autopush-rs.svg?branch=master)](https://travis-ci.org/mozilla-services/autopush-rs)
[![License: MPL 2.0]][MPL 2.0] [![Build Status]][travis]
[![Latest Version]][crates.io] [![Api Rustdoc]][rustdoc]
[![License: MPL 2.0](https://img.shields.io/badge/License-MPL%202.0-brightgreen.svg)](https://opensource.org/licenses/MPL-2.0)

# Autopush-rs

Expand All @@ -21,7 +20,7 @@ MDN has information about [how to use
WebPush](https://developer.mozilla.org/en-US/docs/Web/API/Push_API)

***Note*** while `rust-doc` style comments are used prolifically
through the source, only pubic structures are rendered automatically.
through the source, only public structures are rendered automatically.
For those curious about the inner workings, You may wish to read the
code files directly.

0 comments on commit c6cbc55

Please sign in to comment.