Skip to content

Commit d821ccc

Browse files
committed
README updates
1 parent 1212689 commit d821ccc

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
React integration for Ember with reactive updating.
44

5-
## Compatibility
6-
7-
- Ember.js v6.3 or above, not that earlier won't work. But this repo isn't testing prior to 6.3
5+
✨ Easy to use
6+
🎉 Supports all props / arguments
7+
⌚ Fast (no effects!)
88

99
## Installation
1010

@@ -50,7 +50,6 @@ function MyReactComponent(props) {
5050
... do something with the store ...
5151
</>;
5252
}
53-
5453
```
5554

5655
## Testing
@@ -92,6 +91,10 @@ module('makeRenderable', function (hooks) {
9291
});
9392
```
9493

94+
## Compatibility
95+
96+
- Ember.js v6.3 or above, not that earlier won't work. But this repo isn't testing prior to 6.3
97+
9598

9699
## Contributing
97100

0 commit comments

Comments
 (0)