Skip to content

Commit

Permalink
docs: update readme, require need slash
Browse files Browse the repository at this point in the history
  • Loading branch information
initdc committed Jul 3, 2024
1 parent c37aeb8 commit 86c6bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ If bundler is not being used to manage dependencies, install the gem by executin
## Usage

```ruby
require "cr-exec"
# Mind Please !!!
require "cr/exec"

class MyClass
extend Cr::Exec
Expand Down

0 comments on commit 86c6bcc

Please sign in to comment.