Skip to content

Commit

Permalink
Merge pull request caplin#37 from Globidev/patch-1
Browse files Browse the repository at this point in the history
Fix case sensitivity of the node_modules path
  • Loading branch information
nealus authored Oct 7, 2018
2 parents 3019914 + 0f0816f commit 81bb39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ import FlexLayout from "flexlayout-react";
Include the light or dark style in your html:

```
<link rel="stylesheet" href="node_modules/flexLayout-react/style/dark.css" />
<link rel="stylesheet" href="node_modules/flexlayout-react/style/dark.css" />
```

## Usage
Expand Down

0 comments on commit 81bb39b

Please sign in to comment.