diff --git a/README.md b/README.md index 9720507..5e179ee 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ To use an addon, just include the JavaScript file after xterm.js and before the ```html - + ``` ```js var xterm = new Terminal(); // init code... -xterm.linkify(); +xterm.fit(); ``` ## Contribution and License Agreement