diff --git a/README.md b/README.md index b950470..6c72229 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ pNum | Number | 1 | Number of paragraphs requested quotes | Array | mussumQuotes | Array of quotes to generate paragraphs mainQuote | String | mussumMainQuote | Main quote to start your "Lorem Ipsum" genLimit | Number | 1000 | Limit of paragraphs that can be requested -resultType | String | `'html'` | Format of the response, choose between: `'html'` or `'text'` -tagBefore | String | `'
'` | Anything you want to put before each paragraph -tagAfter | String | `'
'` | Anything you want to put after each paragraph +resultType | String | `'html'` | Format of the response, choose between: `'html'`, `'text'` or `'array'` +tagBefore | String | `''` | Anything you want to put before each paragraph (valid only with `'html'` resultType) +tagAfter | String | `'
'` | Anything you want to put after each paragraph (valid only with `'html'` resultType) pQuotes | Number | 4 | Number of quotes used to build a paragraph The options can be set on an object passed as a parameter, like the example below: diff --git a/demo/index.html b/demo/index.html index 85b0f51..2c8f14e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -119,6 +119,7 @@