Skip to content

Commit

Permalink
Merge branch 'master' of github.com:goatslacker/alt
Browse files Browse the repository at this point in the history
  • Loading branch information
goatslacker committed Jun 30, 2015
2 parents e5f3577 + fb2d5dd commit b57d4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/altInstances.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const flux = new MyAlt();
You can set your entire app context by wrapping your root component with `withAltContext`.

As a decorator:

```js
import withAltContext from 'alt/utils/withAltContext'

Expand All @@ -39,6 +40,7 @@ export default class App extends React.Component {
```

As a function:

```js
import withAltContext from 'alt/utils/withAltContext'

Expand Down

0 comments on commit b57d4fb

Please sign in to comment.