Skip to content

Commit ab810ec

Browse files
authored
docs(README): badges syntax fix
1 parent b2b2fe9 commit ab810ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
> Octokit plugin for GitHub’s recommended request throttling
44
5-
[![npm](https://img.shields.io/npm/v/@octokit/plugin-throttling.svg)][https://www.npmjs.com/package/@octokit/plugin-throttling]
6-
[![Build Status](https://travis-ci.org/octokit/plugin-throttling.js.svg?branch=beta)][https://travis-ci.org/octokit/plugin-throttling.js]
7-
[![Coverage Status](https://img.shields.io/coveralls/github/octokit/plugin-throttling.js/beta.svg)][https://coveralls.io/github/octokit/plugin-throttling.js]
5+
[![npm](https://img.shields.io/npm/v/@octokit/plugin-throttling.svg)](https://www.npmjs.com/package/@octokit/plugin-throttling)
6+
[![Build Status](https://travis-ci.org/octokit/plugin-throttling.js.svg?branch=beta)](https://travis-ci.org/octokit/plugin-throttling.js)
7+
[![Coverage Status](https://img.shields.io/coveralls/github/octokit/plugin-throttling.js/beta.svg)](https://coveralls.io/github/octokit/plugin-throttling.js)
88
[![Greenkeeper](https://badges.greenkeeper.io/octokit/plugin-throttling.js.svg)](https://greenkeeper.io/)
99

1010
Implements all [recommended best practises](https://developer.github.com/v3/guides/best-practices-for-integrators/) to prevent hitting abuse rate limits.

0 commit comments

Comments
 (0)