Skip to content

Commit 9e7cb7d

Browse files
committed
docs: rename variable
1 parent e2f8509 commit 9e7cb7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ If you're using Node / Webpack / Rollup / Browserify, etc, simply require the la
3131

3232
```javascript
3333
var hljs = require('highlight.js');
34-
var hljsRobotsTxt = require('highlightjs-spl');
34+
var hljsSpl = require('highlightjs-spl');
3535

36-
hljs.registerLanguage("spl", hljsRobotsTxt);
36+
hljs.registerLanguage("spl", hljsSpl);
3737
hljs.initHighlightingOnLoad();
3838
```
3939

0 commit comments

Comments
 (0)