Skip to content

Commit

Permalink
Added prior work and fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed Nov 9, 2017
1 parent a591f63 commit 8ff179b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const Demo = () => (
)
```

When **`<NewWindow />`** is mounted a popup window will be opened. When unounted then the popup will be closed.
When **`<NewWindow />`** is mounted a popup window will be opened. When unmounted then the popup will be closed.

The `children` contents is what will be rendered into the new popup window. In that case `Hi 👋` will be the content. The content can include any react-stateful code.

Expand Down Expand Up @@ -65,14 +65,18 @@ To start contributing to this project, please do:
2. Do your work.
3. Create a PR.

### Releases
## Releases

To release this project the following tasks should be done:

1. Build distribution files: `yarn build`
2. Bump version and create tag: `npm version #.#.# -m 'Version %s.'`.
3. Push new created tag: `git push origin --tags`.

### Prior work

- [react-popout](https://github.com/JakeGinnivan/react-popout).

---

<div align=center>
Expand Down

0 comments on commit 8ff179b

Please sign in to comment.