diff --git a/README.md b/README.md index 35e5beb..cd9612f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A comprehensive TypeScript library for 2D vector operations, including addition, You can install the library using npm: ```bash -npm install vector2d +npm install ts-vector2d ``` ## Usage diff --git a/package.json b/package.json index fab35b1..14744fb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@yazmeyaa/vector2d", + "name": "ts-vector2d", "private": false, "version": "0.0.1", "license": "MIT",