update package info
This commit is contained in:
parent
4c982866de
commit
e41f00e3d6
|
|
@ -17,7 +17,7 @@ A comprehensive TypeScript library for 2D vector operations, including addition,
|
||||||
You can install the library using npm:
|
You can install the library using npm:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install vector2d
|
npm install ts-vector2d
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@yazmeyaa/vector2d",
|
"name": "ts-vector2d",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue