Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Oct 15, 2012
1 parent 08d9ef7 commit f8bc6ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -14,8 +14,8 @@ $ component install component/directionality

```js
var dir = require('directionality');
dir('الولايات المتحدة الأمريكية'); // 'right'
dir('Hello world'); // 'left'
dir('الولايات المتحدة الأمريكية'); // 'rtl'
dir('Hello world'); // 'ltr'
```

## Method
Expand Down

0 comments on commit f8bc6ba

Please sign in to comment.