Skip to content

Commit

Permalink
Add table on compatible Ruby and JS versions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Charles Hackethal committed Apr 13, 2015
1 parent 179095c commit 410224c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@ Pick if you want to use Entangled with plain JavaScript or with Angular:
- [entangled-js](https://github.com/dchacke/entangled-js)
- [entangled-angular](https://github.com/dchacke/entangled-angular)

The following versions are compatible:

| entangled.gem | entangled-js.js | entangled-angular.js |
|---------------|-----------------|----------------------|
| 1.4.1 | 1.3.0 | 1.3.0 |

## A Note On Cases
The case conventions differ in Ruby and JavaScript. `snake_case` is the standard in Ruby, whereas `camelCase` is the standard in JavaScript.

Expand Down

0 comments on commit 410224c

Please sign in to comment.