Skip to content

Commit

Permalink
fix import path (massive-oss#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli authored and kLabz committed Apr 5, 2019
1 parent ff69894 commit 15bf3ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ If you have questions / issues, join [haxe-react on Gitter.im](https://gitter.im
Most of the regular React API is integrated (non-JSX example):

```haxe
import api.react.React;
import api.react.ReactDOM;
import react.React;
import react.ReactDOM;
class App extends ReactComponent {
Expand Down Expand Up @@ -99,9 +99,9 @@ code navigation.
Spread operator and complex expressions within curly braces are supported.

```haxe
import api.react.React;
import api.react.ReactDOM;
import api.react.ReactMacro.jsx;
import react.React;
import react.ReactDOM;
import react.ReactMacro.jsx;
class App extends ReactComponent {
Expand Down

0 comments on commit 15bf3ad

Please sign in to comment.