Skip to content

Commit b7045b9

Browse files
committed
Add syntax highlighting
1 parent d8fbe66 commit b7045b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ npm install can-binarytree --save
4848

4949
Use `require` in Node/Browserify workflows to import `can-binarytree` like:
5050

51-
```
52-
var set = require('can-binarytree');
51+
```js
52+
var binaryTree = require('can-binarytree');
5353
```
5454

5555
Use `define`, `require` or `import` in [StealJS](http://stealjs.com)
5656
workflows to import `can-binarytree` like:
5757

58-
```
59-
import set from 'can-binarytree'
58+
```js
59+
import binaryTree from 'can-binarytree'
6060
```
6161

6262
Once you've imported `can-binarytree` into your project, use it to
@@ -262,7 +262,6 @@ A reference to the `Node` contstructor used internally by `can.RBTreeList` to
262262
create nodes.
263263

264264

265-
266265
### can.RBTree
267266

268267
*Coming soon*

0 commit comments

Comments
 (0)