Skip to content

Commit e5c937f

Browse files
author
Dom Harrington
committed
Fix name
1 parent aee0de6 commit e5c937f

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# readme-metrics
1+
# @readme/metrics
22

33
Track your API metrics within ReadMe
44

5-
[![build status](https://secure.travis-ci.org/domharrington/readme-metrics.svg)](http://travis-ci.org/domharrington/readme-metrics)
6-
[![dependency status](https://david-dm.org/domharrington/readme-metrics.svg)](https://david-dm.org/domharrington/readme-metrics)
5+
[![CircleCI](https://circleci.com/gh/readmeio/metrics.svg?style=svg)](https://circleci.com/gh/readmeio/metrics)
6+
7+
[![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)
78

89
## Installation
910

1011
```
11-
npm install --save readme-metrics
12+
npm install @readme/metrics
1213
```
1314

1415
## Usage

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "readme-metrics",
2+
"name": "@readme/metrics",
33
"description": "Track your API metrics within ReadMe",
44
"version": "0.0.0",
55
"dependencies": {},
@@ -18,7 +18,7 @@
1818
"license": "ISC",
1919
"repository": {
2020
"type": "git",
21-
"url": "[email protected]:domharrington/readme-metrics.git"
21+
"url": "[email protected]:readme/metrics.git"
2222
},
2323
"devDependencies": {
2424
"eslint": "^4.19.1",

test/index.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/* eslint-env mocha */
2-
describe('readme-metrics', () => {
32
it('should work as expected', () => {});
3+
describe('@readme/metrics', () => {
44
});

0 commit comments

Comments
 (0)