Skip to content

Commit

Permalink
Fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreMaz committed Oct 4, 2019
1 parent be26a93 commit ed13502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ cosmosServer().listen(3000, () => {

# Test

```
```bash
$ npm test
```

In development with watching

```
```bash
$ npm run ci
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "moleculer-db-cosmos",
"name": "moleculer-db-adapter-cosmos",
"version": "0.0.1",
"description": "Azure CosmosDB SQL native adapter for Moleculer DB service.",
"main": "index.js",
Expand Down

0 comments on commit ed13502

Please sign in to comment.