Skip to content

Commit a6e9621

Browse files
authored
Update BaseHook.sol import path in README (#450)
1 parent fdb5d3e commit a6e9621

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you are building hooks, it may be useful to inherit from the `BaseHook` contr
1818

1919
```solidity
2020
21-
import {BaseHook} from 'v4-periphery/src/base/hooks/BaseHook.sol';
21+
import {BaseHook} from 'v4-periphery/src/utils/BaseHook.sol';
2222
2323
contract CoolHook is BaseHook {
2424
// Override the hook callbacks you want on your hook

0 commit comments

Comments
 (0)