Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to code examples in README #457

Merged
merged 2 commits into from
Jun 13, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ as through in-line code documentation here in the library.

## End User Docs

Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.

For detailed usage information and API docs, head out here:

[https://www.twilio.com/docs/libraries/node](https://www.twilio.com/docs/libraries/node)
Expand Down Expand Up @@ -52,7 +54,7 @@ After cloning the repository, install the dependencies by running the following
npm install
```

You can run the existing tests to see if everything is okay by executing:
You can run the existing tests to see if everything is okay by executing:

```bash
npm test
Expand Down