Skip to content

Commit 0f79591

Browse files
committed
Update readme
1 parent af31881 commit 0f79591

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ 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)
19+
1820
![npm downloads](https://img.shields.io/npm/dm/env-schema-cli.svg?color=green)
1921
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?color=green)](https://opensource.org/licenses/MIT)
2022

@@ -38,7 +40,7 @@ A tiny runtime type-safe _polymorphic noop object_ that substitutes for your rea
3840
Install the package.
3941

4042
```bash
41-
npm install --save null-object
43+
npm install --save @wherejuly/null-object
4244
```
4345

4446
Null-Object:

0 commit comments

Comments
 (0)