minor readme fix

This commit is contained in:
Boris Cherny
2017-03-02 18:00:08 -08:00
parent d153c00962
commit 686b6ec9f6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# react2angular [![Build Status](https://img.shields.io/circleci/project/coatue/react2angular.svg?branch=master&style=flat-square)](https://circleci.com/gh/coatue/react2angular) [![NPM](https://img.shields.io/npm/v/react2angular.svg?style=flat-square)](https://www.npmjs.com/package/react2angular) [![Apache2](https://img.shields.io/npm/l/react2angular.svg?style=flat-square)](https://opensource.org/licenses/Apache2)
> The easiest way to embed React components in Angular 1!
> The easiest way to embed React components in Angular 1 apps!
## Installation
@@ -29,7 +29,7 @@ class MyComponent extends Component {
### 2. Expose it to Angular
```jsx
```js
import { react2angular } from 'react2angular'
angular