Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shuizhongyueming committed Apr 29, 2021
1 parent 1280451 commit d7cb35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
};
```

The type `Bundle` is an union of OutputChunk[1] and OutputAsset[2]
The type `Bundle` is an union of [OutputChunk][1] and [OutputAsset][2]

```typescript
type Bundle = OutputChunk | OutputAsset;
Expand Down

0 comments on commit d7cb35e

Please sign in to comment.