mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-22 21:30:44 +02:00
docs(positioner): Fix npm package name, fixes #6
This commit is contained in:
@@ -30,11 +30,11 @@ You can install the JavaScript Guest bindings using your preferred JavaScript pa
|
|||||||
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
> Note: Since most JavaScript package managers are unable to install packages from git monorepos we provide read-only mirrors of each plugin. This makes installation option 2 more ergonomic to use.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pnpm add tauri-plugin-positioner
|
pnpm add tauri-plugin-positioner-api
|
||||||
# or
|
# or
|
||||||
npm add tauri-plugin-positioner
|
npm add tauri-plugin-positioner-api
|
||||||
# or
|
# or
|
||||||
yarn add tauri-plugin-positioner
|
yarn add tauri-plugin-positioner-api
|
||||||
```
|
```
|
||||||
|
|
||||||
Or through git:
|
Or through git:
|
||||||
|
|||||||
Reference in New Issue
Block a user