aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
committerMarkus Doits <markus.doits@stellenticket.de>2016-08-11 17:09:34 +0200
commit126fe1e2579c3fc33a410278c73dc6620d5d3110 (patch)
tree5ebc82d855f8e8398902a7b65c03a04f08209185 /README.md
parent156f8167360fffc318b47b797e7619beb21b0ff3 (diff)
downloadpronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.gz
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.tar.zst
pronto-hlint-126fe1e2579c3fc33a410278c73dc6620d5d3110.zip
correct name according to recommended use of `_` and `-`
http://guides.rubygems.org/name-your-gem/
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 1660df7..4fb2cdc 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
1# Pronto runner for ESLint (using eslint from npm) 1# Pronto runner for ESLint (using eslint from npm)
2 2
3[![Code Climate](https://codeclimate.com/github/doits/pronto-eslint-npm.svg)](https://codeclimate.com/github/doits/pronto-eslint-npm) 3[![Code Climate](https://codeclimate.com/github/doits/pronto-eslint_npm.svg)](https://codeclimate.com/github/doits/pronto-eslint_npm)
4[![Build Status](https://travis-ci.org/doits/pronto-eslint-npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint-npm) 4[![Build Status](https://travis-ci.org/doits/pronto-eslint_npm.svg?branch=master)](https://travis-ci.org/doits/pronto-eslint_npm)
5[![Gem Version](https://badge.fury.io/rb/pronto-eslint-npm.svg)](http://badge.fury.io/rb/pronto-eslint-npm) 5[![Gem Version](https://badge.fury.io/rb/pronto-eslint_npm.svg)](http://badge.fury.io/rb/pronto-eslint_npm)
6[![Dependency Status](https://gemnasium.com/doits/pronto-eslint-npm.svg)](https://gemnasium.com/doits/pronto-eslint-npm) 6[![Dependency Status](https://gemnasium.com/doits/pronto-eslint_npm.svg)](https://gemnasium.com/doits/pronto-eslint_npm)
7 7
8Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto) 8Pronto runner for [ESlint](http://eslint.org), pluggable linting utility for JavaScript and JSX. [What is Pronto?](https://github.com/mmozuras/pronto)
9 9