Skip to content

Commit faf48d9

Browse files
committed
Improve wording
1 parent 1f68e66 commit faf48d9

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

docs/pages/guides/plugin-upgrade.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Prerequisites**: [Git](https://git-scm.com/), [Node](https://nodejs.org/), [Docker](https://docs.docker.com/engine/), [Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))-compatible shell - See [Setup](/setup)
44

5-
Here are the steps to upgrade an existing plugin with the common setup used by all new plugins.
5+
Here are the steps to upgrade an existing plugin to the common setup used by all new plugins.
66

77
- Create GitHub repository
88
- Basic setup: Copy common files from example plugin
@@ -118,7 +118,7 @@ In the new setup, Composer is only used for dev dependencies needed for testing.
118118
}
119119
```
120120

121-
Define other vendor dependencies in `tangible.config.js` to be installed and updated by Roller. Example:
121+
Define other vendor dependencies in `tangible.config.js`. Example:
122122

123123
```js
124124
{
@@ -137,9 +137,7 @@ Define other vendor dependencies in `tangible.config.js` to be installed and upd
137137
}
138138
```
139139

140-
These are managed by Roller.
141-
142-
To install dependencies, run `npm install` which runs the `postinstall` script that calls `roll install`. Or run directly as `npx roll install`, after NPM packages are installed.
140+
These are managed by [Roller](#assets-bundler). To install dependencies, run `npm install` which runs the `postinstall` script that calls `roll install`. Or run directly as `npx roll install`, after NPM packages are installed.
143141

144142
To update dependencies, run `npm run update` which calls `roll update`. Or run directly as `npx roll update`.
145143

0 commit comments

Comments
 (0)