Skip to content

Commit

Permalink
Merge pull request #32 from oborba/remove_deprecated_instruction_from…
Browse files Browse the repository at this point in the history
…_readme

Remove ::Mixin from Synopsis
  • Loading branch information
nepalez authored Sep 12, 2017
2 parents ae5fd2f + 3091275 commit c24751a
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 @@ -46,7 +46,7 @@ require 'dry-initializer'
require 'dry-types'

class User
extend Dry::Initializer::Mixin
extend Dry::Initializer

# Params of the initializer along with corresponding readers
param :name, proc(&:to_s)
Expand Down

0 comments on commit c24751a

Please sign in to comment.