Skip to content

Commit 9caff8d

Browse files
committed
Add note in readme about full API
1 parent 6f6ce33 commit 9caff8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addons/addon-progress/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ progressAddon.onChange({state, value}: IProgressState) => {
2929
});
3030
```
3131

32+
See the full [API](https://github.com/xtermjs/xterm.js/blob/master/addons/addon-progress/typings/addon-progress.d.ts) for more advanced usage.
33+
3234
### Sequence
3335

3436
The sequence to set progress information has the following format:

0 commit comments

Comments
 (0)