mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 23:29:17 -05:00
docs(dependency-path): fix package name in readme (#8614)
This commit is contained in:
committed by
GitHub
parent
c9ea43cdce
commit
6d239de4e6
@@ -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/'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user