Skip to content

Commit

Permalink
Merge pull request #9 from ryanio/patch-1
Browse files Browse the repository at this point in the history
Fix import file case name in README.md
  • Loading branch information
evmcheb authored May 3, 2023
2 parents 172d582 + 074d9d9 commit 0625e7e
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 @@ -22,7 +22,7 @@ forge install evmcheb/solarray
## Usage

```sh
import {Solarray} from "solarray/solarray.sol";
import {Solarray} from "solarray/Solarray.sol";
```

## Adding new types
Expand Down

0 comments on commit 0625e7e

Please sign in to comment.