Skip to content

Commit

Permalink
feat(readme): use blockquote for project's description
Browse files Browse the repository at this point in the history
  • Loading branch information
luftywiranda13 committed Jan 14, 2018
1 parent 627f6d3 commit 7f00f11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# <%= projectName %>

> <%= description %>.
[![Package Version](https://img.shields.io/npm/v/<%= projectName %>.svg?style=flat-square)](https://www.npmjs.com/package/<%= projectName %>)
[![Downloads Status](https://img.shields.io/npm/dm/<%= projectName %>.svg?style=flat-square)](https://npm-stat.com/charts.html?package=<%= projectName %>&from=2016-04-01)
[![Build Status: Linux](https://img.shields.io/travis/<%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)](https://travis-ci.org/<%= githubUsername %>/<%= projectName %>)<% if (coverage) { %>
[![Coverage Status](https://img.shields.io/codecov/c/github/<%= githubUsername %>/<%= projectName %>/master.svg?style=flat-square)](https://codecov.io/gh/<%= githubUsername %>/<%= projectName %>)<% } %>

<%= description %>

## Why

// TODO
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# generator-node-oss

> Create a Node.js project with ease.
[![Package Version](https://img.shields.io/npm/v/generator-node-oss.svg?style=flat-square)](https://www.npmjs.com/package/generator-node-oss)
[![Downloads Status](https://img.shields.io/npm/dm/generator-node-oss.svg?style=flat-square)](https://npm-stat.com/charts.html?package=generator-node-oss&from=2016-04-01)
[![Build Status: Linux](https://img.shields.io/travis/luftywiranda13/generator-node-oss/master.svg?style=flat-square)](https://travis-ci.org/luftywiranda13/generator-node-oss)
[![Coverage Status](https://img.shields.io/codecov/c/github/luftywiranda13/generator-node-oss/master.svg?style=flat-square)](https://codecov.io/gh/luftywiranda13/generator-node-oss)

This [Yeoman](http://yeoman.io) generator helps you to create a Node.js project with ease.

## Why

* Generates a simple but _ready to start_ project
Expand Down

0 comments on commit 7f00f11

Please sign in to comment.