Skip to content

Commit

Permalink
Fix spacing in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamboy1 committed Jul 11, 2017
1 parent 6fca6fe commit 1347065
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,16 +142,16 @@ reload(app, opts)

| Parameter Name | Type | Description | Optional |
|----------------|----------|---------------------------------------------------------------------------------------------------------------------|----------|
| app | object | The app. It may work with other frameworks, or even with Connect. At this time, it's only been tested with Express. | |
| opts | object | An optional object of options for reload. Refer to table [below](#table-of-options-for-reload-opts-parameter) on possible options ||
| app | object | The app. It may work with other frameworks, or even with Connect. At this time, it's only been tested with Express. | |
| opts | object | An optional object of options for reload. Refer to table [below](#table-of-options-for-reload-opts-parameter) on possible options ||

##### Table of options for reload opts parameter

| Parameter Name | Type | Description | Optional | Default |
|----------------|-----------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------|---------|
| port | number | Port to run reload on. || `9856` |
| route | string | Route that reload should use to serve the client side script file. Changing the route will require the script tag URL to change. Reload will always strip any occurrence of reload.js and append reload.js for you. This is to ensure case, order, and use of / is correct. For example specifying newRoutePath as the route will give reload a route of newRoutePath/reload.js. (Recommend not modifying). || `reload` |
| verbose | boolean | If set to true, will show logging on the server and client side. || `false` |
| port | number | Port to run reload on. || `9856` |
| route | string | Route that reload should use to serve the client side script file. Changing the route will require the script tag URL to change. Reload will always strip any occurrence of reload.js and append reload.js for you. This is to ensure case, order, and use of / is correct. For example specifying newRoutePath as the route will give reload a route of newRoutePath/reload.js. (Recommend not modifying). || `reload` |
| verbose | boolean | If set to true, will show logging on the server and client side. || `false` |

##### Upgrading to version 2

Expand Down

0 comments on commit 1347065

Please sign in to comment.