Skip to content

Commit 86c6bcc

Browse files
committed
docs: update readme, require need slash
1 parent c37aeb8 commit 86c6bcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ If bundler is not being used to manage dependencies, install the gem by executin
1717
## Usage
1818

1919
```ruby
20-
require "cr-exec"
20+
# Mind Please !!!
21+
require "cr/exec"
2122

2223
class MyClass
2324
extend Cr::Exec

0 commit comments

Comments
 (0)