Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Correct two errors in patterns section
  • Loading branch information
nanamiwang committed Oct 23, 2013
1 parent e46fb74 commit 2c8b834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -118,7 +118,7 @@ token :contains => :fixed_numeric

#### Patterns (`:pattern`)

New in 2.0.0, patterns allow you find-grained control over how your
New in 2.0.0, patterns allow you fine-grained control over how your
tokens look. It's great for generating random data that has a
requirements to also have some basic structure. If you use the
`:pattern` option, it will override both the `:length` and `:contains`
Expand Down Expand Up @@ -151,7 +151,7 @@ more complex patterns. You simply add any integer after the letter.
__Examples:__

````
token :sku => "APP-%d6" # Generates something like; "APP-638924"
token :pattern => "APP-%d6" # Generates something like; "APP-638924"
````

### Field Name (`:field_name`)
Expand Down

0 comments on commit 2c8b834

Please sign in to comment.