Skip to content

Commit 898f3fb

Browse files
committed
Merge branch 'master' of github.com:feathersjs/feathers-mongoose
2 parents ed04f3c + 0db9f8e commit 898f3fb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
[feathers-mongoose-service](https://github.com/feathersjs/feathers-mongoose) [![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service)
1+
[feathers-mongoose](https://github.com/feathersjs/feathers-mongoose) [![NPM version](https://badge.fury.io/js/feathers-mongoose.png)](http://badge.fury.io/js/feathers-mongoose)
22
=========================
33

44
[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose.svg?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose)
5-
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-mongoose-service.png)](https://codeclimate.com/github/feathersjs/feathers-mongoose-service)
5+
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-mongoose.png)](https://codeclimate.com/github/feathersjs/feathers-mongoose)
66
[![Dependency Status](https://david-dm.org/feathersjs/feathers-mongoose.svg)](https://david-dm.org/feathersjs/feathers-mongoose)
77
[![devDependency Status](https://david-dm.org/feathersjs/feathers-mongoose/dev-status.svg)](https://david-dm.org/feathersjs/feathers-mongoose#info=devDependencies)
88
[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)
99
[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)
1010

11-
[![NPM](https://nodei.co/npm/feathers-mongoose-service.png?downloads=true&stars=true)](https://nodei.co/npm/feathers-mongoose-service/)
11+
[![NPM](https://nodei.co/npm/feathers-mongoose.png?downloads=true&stars=true)](https://nodei.co/npm/feathers-mongoose/)
1212

1313
> Easily create a [Mongoose](http://mongoosejs.com/) Service for [Featherjs](https://github.com/feathersjs).
1414
1515

1616
## Installation
1717

1818
```bash
19-
npm install feathers-mongoose-service --save
19+
npm install feathers-mongoose --save
2020
```
2121

22-
See [Getting Started, in the docs/ directory](https://github.com/feathersjs/feathers-mongoose-service/tree/master/docs/Getting-Started.md).
22+
See [Getting Started, in the docs/ directory](https://github.com/feathersjs/feathers-mongoose/tree/master/docs/Getting-Started.md).
2323

2424
## Documentation
2525

26-
See the [docs/ directory](https://github.com/feathersjs/feathers-mongoose-service/tree/master/docs).
26+
See the [docs/ directory](https://github.com/feathersjs/feathers-mongoose/tree/master/docs).
2727

2828
## License
2929

0 commit comments

Comments
 (0)