From 686b6ec9f643bb976647fa1023b31a199ddb46c5 Mon Sep 17 00:00:00 2001 From: Boris Cherny Date: Thu, 2 Mar 2017 18:00:08 -0800 Subject: [PATCH] minor readme fix --- README.md | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e27dae0..e64970d 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 24142ce..7a29e22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react2angular", - "version": "1.0.0", - "description": "The easiest way to embed React components in Angular 1!", + "version": "1.0.1", + "description": "The easiest way to embed React components in Angular 1 apps!", "main": "index.js", "main:esnext": "index.es2015.js", "typings": "index.d.ts",