Skip to content

Commit

Permalink
chore: format License
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jun 10, 2017
1 parent 6f7edb9 commit 6235a97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ $ npm install agentkeepalive --save
* `maxFreeSockets` {Number} Maximum number of sockets to leave open
in a free state. Only relevant if `keepAlive` is set to `true`.
Default = `256`.
* `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use.
* `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use.
If not setted the behaviour continues the same (the socket will be released only when free)
Default = `null`.

Expand Down Expand Up @@ -215,6 +215,7 @@ Socket created:

## License

```
(The MIT License)
Copyright(c) 2012 - 2015 fengmk2 <fengmk2@gmail.com>
Expand All @@ -238,3 +239,4 @@ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

0 comments on commit 6235a97

Please sign in to comment.