Skip to content

Commit d51d942

Browse files
author
m.r
committed
update doc
1 parent c44b69d commit d51d942

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ npm install mr-excel
136136
Using **yarn**:
137137

138138
```terminal/bash
139-
npm install mr-excel
139+
yarn add mr-excel
140140
```
141141

142142
Alternatively, you have the option to use **pnpm**:
143143

144144
```terminal/bash
145-
npm install mr-excel
145+
pnpm install mr-excel
146146
```
147147

148148
Choose the package manager that suits your workflow, and effortlessly bring the power of our library into your project, enabling smooth generation of Excel tables with ease and efficiency.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mr-excel",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"main": "dist/excel-table.umd.js",
55
"scripts": {
66
"start": "tsc",

0 commit comments

Comments
 (0)