Skip to content

Commit

Permalink
📝 Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nabilashraf authored Nov 2, 2019
1 parent d935d10 commit c5be8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Derived from the [cities-with-1000](https://www.npmjs.com/package/cities-with-10
Download node at [nodejs.org](http://nodejs.org) and install it, if you haven't already.

```sh
npm install all-the-cities-mongodb --save
npm install all-the-cities --save
```

## Usage

```js
const cities = require("all-the-cities-mongodb")
const cities = require("all-the-cities")

cities.filter(city => {
return city.name.match('Albuquerque')
Expand Down

0 comments on commit c5be8be

Please sign in to comment.