docs(dependency-path): fix package name in readme (#8614)

This commit is contained in:
Espen Hovlandsdal
2024-10-05 16:43:06 -07:00
committed by GitHub
parent c9ea43cdce
commit 6d239de4e6

View File

@@ -1,4 +1,4 @@
# dependency-path
# @pnpm/dependency-path
> Utilities for working with symlinked node_modules
@@ -12,7 +12,7 @@ Like `path` but for packages in a symlinked `node_modules`. Symlinked `node_modu
## Installation
```sh
pnpm add dependency-path
pnpm add @pnpm/dependency-path
```
## Usage
@@ -20,7 +20,7 @@ pnpm add dependency-path
<!--/* cspell:disable */-->
<!--@example('./example.js')-->
```js
const dependencyPath = require('dependency-path')
const dependencyPath = require('@pnpm/dependency-path')
const registry = 'https://registry.npmjs.org/'