Skip to content

Commit

Permalink
Merge pull request #8 from radekBednarik/dev
Browse files Browse the repository at this point in the history
fix in readme
  • Loading branch information
radekBednarik authored Dec 20, 2023
2 parents f902b6c + d40a709 commit 1dc0b7c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
.github
node_modules
test
__tests__
src
coverage
.eslintcache
.eslintrc.cjs
.gitignore
tsconfig.json
tsconfig.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Utility for handling expectations setup, teardown and other action on [MockServe

## Installation for usage of the library

1. run `npm i -g mockserver-cli`. Global installation is recommended for usage of the library. So it will be accessible from any directory.
1. run `npm i -g @bednarik_radek/mockserver-cli`. Global installation is recommended for usage of the library. So it will be accessible from any directory.

2. run `npx expectations -h` to see the list of available commands. Will display something like this:

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bednarik_radek/mockserver-cli",
"version": "0.2.1",
"version": "0.2.2",
"description": "CLI utility for Mock-server client. Allows for easy creation/deletion of expectations on the Mock-server instance.",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 1dc0b7c

Please sign in to comment.