Skip to content

Commit

Permalink
updates on generating strings
Browse files Browse the repository at this point in the history
  • Loading branch information
timuric committed Jun 10, 2015
1 parent ea200f3 commit cf5cd7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ Sketch generator allows you quickly create dummy data such as avatars, names, ge
You can create a custom string by combining any of these options:
- plain text (example: banana)
- random number from range (example: [0-20] )
- random item from an array (example: [new,used,old] )
- random item from an array (example: [banana~apple~grapes] )

An example of a combined string: $[0-999],[10-99] [new~used~old]

An example of a combined string: $[0-999],[10-99] [new,used,old]
Which would result in "$321,34 old" or "$12,75 new"


Expand Down

0 comments on commit cf5cd7f

Please sign in to comment.