Skip to content

Commit

Permalink
fix: README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Nov 24, 2023
1 parent fb227a4 commit a790703
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 @@ -41,7 +41,7 @@ In the example above, `namespace` creates and initializes a new class `Twitter`
If you define a `call` method in your namespaced class, you can then conveniently call that with a bang method:

```ruby
class User < Spaced::Base
class User
include Spaced

namespace :tweet do
Expand Down

0 comments on commit a790703

Please sign in to comment.