Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu836 committed Oct 14, 2022
1 parent b026a5a commit 2032e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm i docxyz

## Usage

####Write
### Write
```javascript
let {Document} = require('docxyz');
let document = new Document();
Expand All @@ -24,7 +24,7 @@ document.add_paragraph('Intense quote', style='Intense Quote');
document.save('demo.docx');
```

##### Read and write
### Read and write
```javascript
let {Document} = require('docxyz');
let fileName = './demo.docx';
Expand Down

0 comments on commit 2032e8a

Please sign in to comment.