Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

Commit

Permalink
feat: better badge (#246)
Browse files Browse the repository at this point in the history
* feat: adds better badge

* uses svg badge on README

* adds badge md code

* fallback to Helvetica
  • Loading branch information
alanshaw authored and daviddias committed Apr 23, 2018
1 parent d75986a commit a3869bf
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ Send in a PR if you find or write one!

Include this badge in your readme if you make a new module that implements interface-ipfs-core API.

![](/img/badge.png)
![](/img/badge.svg)

```md
[![IPFS Core API Compatible](https://cdn.rawgit.com/ipfs/interface-ipfs-core/master/img/badge.svg)](https://github.com/ipfs/interface-ipfs-core)
```

## Install

Expand Down
Binary file modified img/badge.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified img/badge.sketch
Binary file not shown.
58 changes: 58 additions & 0 deletions img/badge.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/badge@2x.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3869bf

Please sign in to comment.