Skip to content

Commit 880f23e

Browse files
committed
Update readme
1 parent d34ab7f commit 880f23e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ A tiny runtime type-safe _polymorphic noop object_ that substitutes for your rea
1414
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=WhereJuly_68-null-object&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=WhereJuly_68-null-object)
1515
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=WhereJuly_68-null-object&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=WhereJuly_68-null-object)
1616

17-
![npm version](https://img.shields.io/npm/v/env-schema-cli?color=green)
17+
![npm bundle size](https://img.shields.io/bundlephobia/min/@wherejuly/null-object)
18+
![npm bundle size](https://img.shields.io/bundlephobia/minzip/@wherejuly/null-object)
1819
![npm downloads](https://img.shields.io/npm/dm/env-schema-cli.svg?color=green)
1920
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?color=green)](https://opensource.org/licenses/MIT)
2021

@@ -38,7 +39,7 @@ A tiny runtime type-safe _polymorphic noop object_ that substitutes for your rea
3839
Install the package.
3940

4041
```bash
41-
npm install --save null-object
42+
npm install @wherejuly/null-object
4243
```
4344

4445
Null-Object:

0 commit comments

Comments
 (0)