Skip to content

Commit

Permalink
Fix spaces in readme for ruby code
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-mykhailyk committed Oct 29, 2018
1 parent 6efb436 commit bcefad9
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 @@ -56,7 +56,7 @@ gem 'id_generator'
context_id = 165 # value from 0 to 255
IdGenerator.configuration.context_id = context_id
# Or using block
IdGenerator.configure {|config| config.context_id = context_id}
IdGenerator.configure { |config| config.context_id = context_id }

#Inside of the actual code
IdGenerator.generate
Expand Down

0 comments on commit bcefad9

Please sign in to comment.