diff --git a/README.md b/README.md index 2199dcc..431e2c1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Generate `fonts.json` metadata for Nutrient PDF SDK font bundles. ```bash # Run directly (no install needed) -npx github:PSPDFKit/nutrient-font-tool create ./my-fonts +npx @nutrient-sdk/font-tool create ./my-fonts # Or install globally -npm install -g github:PSPDFKit/nutrient-font-tool +npm install -g @nutrient-sdk/font-tool ``` ## Usage diff --git a/package.json b/package.json index c8411ec..b7ecf1e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "nutrient-font-tool", + "name": "@nutrient-sdk/font-tool", "version": "0.1.0", "description": "Create dynamic font bundles for Nutrient PDF SDK", "type": "module",