Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

Commit

Permalink
fix #87: add clarity to serve return type in README
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape authored Mar 30, 2018
1 parent 5d3457e commit 6180d9f
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 @@ -146,7 +146,7 @@ serve({ config });

### serve([options])

Returns an `Object` containing:
Returns [a `Promise` which resolves] an `Object` containing:

- `close()` *(Function)* - Closes the server and its dependencies.
- `on(eventName, fn)` *(Function)* - Binds a serve event to a function. See
Expand Down

0 comments on commit 6180d9f

Please sign in to comment.