Skip to content

Commit 98c6143

Browse files
committed
Refactor example
1 parent bf21e89 commit 98c6143

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Use:
1515
```js
1616
var direction = require('direction');
1717

18-
direction('A'); // 'ltr'
19-
direction('anglais'); // 'ltr'
20-
direction('بسيطة'); // 'rtl'
21-
direction('@'); // 'neutral'
18+
direction('A'); //=> 'ltr'
19+
direction('anglais'); //=> 'ltr'
20+
direction('بسيطة'); //=> 'rtl'
21+
direction('@'); //=> 'neutral'
2222
```
2323

2424
## CLI

0 commit comments

Comments
 (0)