Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Aug 7, 2015
1 parent ba69296 commit b6c6775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IPFS Native Application
=======================

[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) [![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs) [![Dependency Status](https://david-dm.org/ipfs/electron-app.svg?style=flat-square)](https://david-dm.org/ipfs/electron-app)

> A Native Application for your OS to run your own IPFS Node. Built with Electron Shell
Expand Down
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "electron-ipfs",
"name": "ipfs-app",
"version": "0.1.0",
"description": "Ipfs electron",
"description": "IPFS Application Built with electron",
"main": "index.js",
"dependencies": {
"bootstrap": "3.3.4",
Expand Down Expand Up @@ -78,7 +78,11 @@
"type": "git",
"url": "https://github.com/ipfs/electron-app"
},
"author": "Kristoffer Ström <[email protected]>",
"authors": [
"Kristoffer Ström <[email protected]>",
"David Dias <[email protected]>",
"Juan Benet <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ipfs/electron-app/issues"
Expand Down

0 comments on commit b6c6775

Please sign in to comment.