Skip to content

Commit 8a87ce5

Browse files
committed
fix require in readme
1 parent 4b5848c commit 8a87ce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ and install with:
2929
## Usage
3030

3131
```ruby
32-
require "ruby/hooks"
32+
require "ruby-hooks"
3333

3434
class Test1
3535
extend RubyHooks::InstanceHooks
@@ -124,7 +124,7 @@ this way users are not limited by the standard functionalities of
124124

125125

126126
```ruby
127-
require "ruby/hooks/hook"
127+
require "ruby-hooks/hook"
128128

129129
def my_hook
130130
@my_hook ||= RubyHooks::Hook.new(:extends => MyAwesomeModule)

0 commit comments

Comments
 (0)