From e621be095ad71373269051402279c2d2f5e9624d Mon Sep 17 00:00:00 2001 From: Nick Busey Date: Thu, 5 Jul 2018 16:18:22 -0600 Subject: [PATCH] Adding js to language bindings in sample intro (#1000) --- source/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.html.md b/source/index.html.md index 2cfd683..e101e66 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -21,7 +21,7 @@ search: true Welcome to the Kittn API! You can use our API to access Kittn API endpoints, which can get information on various cats, kittens, and breeds in our database. -We have language bindings in Shell, Ruby, and Python! You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right. +We have language bindings in Shell, Ruby, Python, and JavaScript! You can view code examples in the dark area to the right, and you can switch the programming language of the examples with the tabs in the top right. This example API documentation page was created with [Slate](https://github.com/lord/slate). Feel free to edit it and use it as a base for your own API's documentation.