Skip to content

Commit

Permalink
Fix README syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
giannisftaras committed Nov 28, 2021
1 parent 80d4d50 commit 6c82909
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 @@ -54,7 +54,7 @@ $sp_api = new SpeedexAPI($options);

#### Available options:
| configuration | options | Type | Description | Default |
| ------------ | ------------ | ------------ | ------------ |
| ------------ | ------------ | ------------ | ------------ | ------------ |
| cache | 0-3 | Integer | Specify the [WSDL cache](https://www.php.net/manual/en/soap.configuration.php#ini.soap.wsdl-cache "WSDL cache") level with a integer | 2 `'WSDL_CACHE_MEMORY'` |
| timeout | 0-100 | Integer | Timeout in seconds if the server does not respond | 5 |
| exceptions | true, false | Boolean | Show or hide server side exceptions | true |

0 comments on commit 6c82909

Please sign in to comment.