Skip to content

Commit

Permalink
Testling badge & browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 14, 2014
1 parent cf9dcc2 commit e327da8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# direction [![Build Status](https://travis-ci.org/wooorm/direction.svg?branch=master)](https://travis-ci.org/wooorm/direction) [![Coverage Status](https://img.shields.io/coveralls/wooorm/direction.svg)](https://coveralls.io/r/wooorm/direction?branch=master)

[![browser support](https://ci.testling.com/wooorm/parse-english.png) ](https://ci.testling.com/wooorm/parse-english)

See [Browser Support](#browser-support) for more information (a.k.a. don’t worry about those grey icons above).

---

Detect direction: left-to-right, right-to-left, or neutral.
Expand Down Expand Up @@ -30,6 +34,9 @@ direction("بسيطة"); // "rtl"
direction("@"); // "neutral"
```

## Browser Support
Pretty much every browser (available through browserstack) runs all parse-english unit tests.

## License

MIT

0 comments on commit e327da8

Please sign in to comment.