Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e committed Dec 29, 2017
1 parent d6cf738 commit 946bd14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Rewrite Impress.js presentation framework for React & JSX
# Install
This package is available on NPM:
```
npm install --save react-impress.js
npm install --save impress.js-react
```

# Example
```js
import React from 'react'
import Impress, {Step} from 'react-impress.js'
import Impress, {Step} from 'impress.js-react'
import ReactDOM from 'react-dom'

const Presentation = () => (
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-impress.js",
"name": "impress.js-react",
"version": "0.0.1",
"description": "Create Impress presentation with React and JSX",
"main": "build/index.js",
Expand Down

0 comments on commit 946bd14

Please sign in to comment.