Skip to content

Commit

Permalink
GitHub #1 - Correct casing
Browse files Browse the repository at this point in the history
  • Loading branch information
sqmk committed Sep 29, 2015
1 parent a06d000 commit f037af9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/node_modules
/npm-debug.log
/npm-debug.log
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chump - Pushover.net client for node.js
# Chump - Pushover.net client for Node.js

[![NPM Version](https://badge.fury.io/js/chump.svg)](https://www.npmjs.com/package/chump)
[![Build Status](https://api.travis-ci.org/sqmk/chump.svg?branch=master)](https://travis-ci.org/sqmk/chump)
Expand All @@ -12,7 +12,7 @@ Chump makes **full use** of Pushover.net's API.

## Installation

Chump was written for **node.js 4+**.
Chump was written for **Node.js 4+**.

`npm install --save chump`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chump",
"version": "1.0.0",
"description": "Pushover.net client for node.js",
"description": "Pushover.net client for Node.js",
"homepage": "https://github.com/sqmk/chump",
"bugs": {
"url": "https://github.com/sqmk/chump/issues"
Expand Down

0 comments on commit f037af9

Please sign in to comment.