Skip to content

Commit 9cc2d3f

Browse files
committed
Apply changesets and update CHANGELOG
1 parent 1648aa5 commit 9cc2d3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Mouse Trail <img src="https://github.com/react18-tools/react-mouse-trail/blob/main/popper.png?raw=true" style="height: 40px"/>
1+
# React WebGL Trails <img src="https://github.com/react18-tools/react-mouse-trail/blob/main/popper.png?raw=true" style="height: 40px"/>
22

33
[![test](https://github.com/react18-tools/react-mouse-trail/actions/workflows/test.yml/badge.svg)](https://github.com/react18-tools/react-mouse-trail/actions/workflows/test.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/4bb3a3316ff4ecd2a9eb/maintainability)](https://codeclimate.com/github/react18-tools/react-mouse-trail/maintainability) [![codecov](https://codecov.io/gh/react18-tools/react-mouse-trail/graph/badge.svg)](https://codecov.io/gh/react18-tools/react-mouse-trail) [![Version](https://img.shields.io/npm/v/react-mouse-trails.svg?colorB=green)](https://www.npmjs.com/package/react-mouse-trails) [![Downloads](https://img.jsdelivr.com/img.shields.io/npm/d18m/react-mouse-trails.svg)](https://www.npmjs.com/package/react-mouse-trails) ![npm bundle size](https://img.shields.io/bundlephobia/minzip/react-mouse-trails) [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
44

@@ -21,19 +21,19 @@ A lightweight WebGL-based React component for creating an interactive mouse trai
2121
### Installation
2222

2323
```bash
24-
$ pnpm add react-mouse-trails
24+
$ pnpm add react-webgl-trails
2525
```
2626

2727
**_or_**
2828

2929
```bash
30-
$ npm install react-mouse-trails
30+
$ npm install react-webgl-trails
3131
```
3232

3333
**_or_**
3434

3535
```bash
36-
$ yarn add react-mouse-trails
36+
$ yarn add react-webgl-trails
3737
```
3838

3939
## Usage

0 commit comments

Comments
 (0)