Skip to content

Commit

Permalink
Removed linking from and change badge in the README
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cha <[email protected]>
  • Loading branch information
Alan-Cha committed Sep 26, 2018
1 parent c78db29 commit 9861243
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
![GitHub last commit](https://img.shields.io/github/last-commit/strongloop/oasgraph.svg)
![Libraries.io for GitHub](https://img.shields.io/librariesio/github/strongloop/oasgraph.svg?longCache=true&style=flat)
![David](https://img.shields.io/david/strongloop/oasgraph.svg)
[![npm](https://img.shields.io/npm/v/oasgraph.svg?longCache=true&style=flat)](https://www.npmjs.com/package/oasgraph)
[![Join the chat at https://gitter.im/oasgraph/Lobby](https://badges.gitter.im/oasgraph/Lobby.svg)](https://gitter.im/oasgraph/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down Expand Up @@ -97,11 +97,7 @@ Alternatively, use the CLI tool.
Usage: oasgraph <OAS JSON file path>
```

To create the CLI tool, run:

```
npm link
```
Please note that the CLI tool is mainly used for quick testing and does not offer all the features that `createGraphQlSchema(oas, options)` does.

## Options
OASGraph allows to define an optional `options` object:
Expand Down

0 comments on commit 9861243

Please sign in to comment.