Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Nov 16, 2018
1 parent 29362cb commit 2b7b946
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1300,6 +1300,11 @@ If you are using persistent connections in your function routes (such as AWS RDS
## TypeScript Support
An `index.d.ts` declaration file has been included for use with your TypeScript projects (thanks @hassankhan). Please feel free to make suggestions and contributions to keep this up-to-date with future releases.

```javascript
// import Lambda API and TypeScript definitions
import API from 'lambda-api'
```

## Contributions
Contributions, ideas and bug reports are welcome and greatly appreciated. Please add [issues](https://github.com/jeremydaly/lambda-api/issues) for suggestions and bug reports or create a pull request.

Expand Down

0 comments on commit 2b7b946

Please sign in to comment.