roosterjs 8.29.2 → 8.29.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -112,10 +112,6 @@ Install via NPM or Yarn:
112
112
 
113
113
  `yarn add roosterjs`
114
114
 
115
- or
116
-
117
- `npm install roosterjs --save`
118
-
119
115
  You can also install sub packages separately:
120
116
 
121
117
  `yarn add roosterjs-editor-core`
@@ -124,22 +120,10 @@ You can also install sub packages separately:
124
120
 
125
121
  `...`
126
122
 
127
- or
128
-
129
- `npm install roosterjs-editor-core --save`
130
-
131
- `npm install roosterjs-editor-api --save`
132
-
133
- `...`
134
-
135
123
  In order to run the code below, you may also need to install [webpack](https://webpack.js.org/):
136
124
 
137
125
  `yarn add webpack -g`
138
126
 
139
- or
140
-
141
- `npm install webpack -g`
142
-
143
127
  ## Usage
144
128
 
145
129
  ### A quick start
@@ -232,12 +216,6 @@ To build the sample site code yourself, follow these instructions:
232
216
  yarn
233
217
  ```
234
218
 
235
- or
236
-
237
- ```cmd
238
- npm install
239
- ```
240
-
241
219
  2. Build the source code, and start the sample editor:
242
220
 
243
221
  ```