Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCicero committed Dec 14, 2016
1 parent afcde81 commit 31cdf5c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@

<div>
<!-- Dependency Status -->
<a href="https://david-dm.org/silentcicero/ipfs-mini">
<img src="https://david-dm.org/silentcicero/ipfs-mini.svg"
<a href="https://david-dm.org/SilentCicero/ipfs-mini">
<img src="https://david-dm.org/SilentCicero/ipfs-mini.svg"
alt="Dependency Status" />
</a>

<!-- devDependency Status -->
<a href="https://david-dm.org/silentcicero/ipfs-mini#info=devDependencies">
<img src="https://david-dm.org/silentcicero/ipfs-mini/dev-status.svg" alt="devDependency Status" />
<a href="https://david-dm.org/SilentCicero/ipfs-mini#info=devDependencies">
<img src="https://david-dm.org/SilentCicero/ipfs-mini/dev-status.svg" alt="devDependency Status" />
</a>

<!-- Build Status -->
<a href="https://travis-ci.org/silentcicero/ipfs-mini">
<img src="https://travis-ci.org/silentcicero/ipfs-mini.svg"
<a href="https://travis-ci.org/SilentCicero/ipfs-mini">
<img src="https://travis-ci.org/SilentCicero/ipfs-mini.svg"
alt="Build Status" />
</a>

Expand All @@ -25,8 +25,8 @@
</a>

<!-- Test Coverage -->
<a href="https://coveralls.io/r/silentcicero/ipfs-mini">
<img src="https://coveralls.io/repos/github/silentcicero/ipfs-mini/badge.svg" alt="Test Coverage" />
<a href="https://coveralls.io/r/SilentCicero/ipfs-mini">
<img src="https://coveralls.io/repos/github/SilentCicero/ipfs-mini/badge.svg" alt="Test Coverage" />
</a>

<!-- Javascript Style -->
Expand All @@ -37,7 +37,7 @@

<br />

A simple module for querying an IPFS node, that works in the browser and in nodejs. Only **2.76 kB** compressed!
A super tiny module for querying an IPFS node, that works in the browser and in nodejs. Only **2.76 kB** compressed!

This module was inspired by [`browser-ipfs`](https://github.com/pelle/browser-ipfs).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs-mini",
"version": "1.0.0",
"version": "1.0.1",
"description": "A super tiny module for querying an IPFS node that works in nodejs and the browser.",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 31cdf5c

Please sign in to comment.