From 1e5ce92225dd810b148e8018643d4f073f8ebdc7 Mon Sep 17 00:00:00 2001 From: Tilde Ann Thurium Date: Wed, 12 Jun 2019 16:01:09 -0700 Subject: [PATCH 1/2] add link to code examples in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93dda575ee..967a569d0e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ as through in-line code documentation here in the library. ## End User Docs +Check out these [code examples](https://github.com/twilio/twilio-node/tree/master/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) @@ -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 From e1dd14db177624fd1f3a7e50fa1916a557637025 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Thu, 13 Jun 2019 08:54:26 -0500 Subject: [PATCH 2/2] Update examples link to be relative --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 967a569d0e..285d3fdd33 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ as through in-line code documentation here in the library. ## End User Docs -Check out these [code examples](https://github.com/twilio/twilio-node/tree/master/examples) in JavaScript and TypeScript to get up and running quickly. +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: