Skip to content

Commit

Permalink
docs: update references to old fastify-* modules (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Apr 29, 2022
1 parent 85174d0 commit 9c7bff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# fastify-env
# @fastify/env

![CI](https://github.com/fastify/fastify-env/workflows/CI/badge.svg)
[![NPM version](https://img.shields.io/npm/v/fastify-env.svg?style=flat)](https://www.npmjs.com/package/fastify-env)
[![NPM version](https://img.shields.io/npm/v/@fastify/env.svg?style=flat)](https://www.npmjs.com/package/@fastify/env)
[![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-env/badge.svg)](https://snyk.io/test/github/fastify/fastify-env)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

Expand All @@ -10,14 +10,14 @@ Fastify plugin to check environment variables
## Install

```
npm install --save fastify-env
npm install --save @fastify/env
```

## Usage

```js
const fastify = require('fastify')()
const fastifyEnv = require('fastify-env')
const fastifyEnv = require('@fastify/env')

const schema = {
type: 'object',
Expand Down

0 comments on commit 9c7bff2

Please sign in to comment.