From dc3ddbfa19381b01cc8ce4fb46bdeb6e891c446c Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 12 May 2016 18:00:56 -0400 Subject: [PATCH] Update description --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03353f1..ddcbdeb 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![](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) -> Standardize your Readmes +> Readme Standard Style This repo is for standardizing how READMEs should look. The goal is to have: - A well defined specification that other people could look to; diff --git a/package.json b/package.json index a7f16bd..9296671 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "standard-readme", "version": "1.0.0", - "description": "Standardize IPFS Readmes", + "description": "Readme Standard Style", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",