From c28742e20a043a43b579650c1054fc1a408d241f Mon Sep 17 00:00:00 2001
From: Ryo Ota
Date: Tue, 7 Apr 2020 12:26:01 +0900
Subject: [PATCH] docs: Javascript -> JavaScript
---
README.md | 2 +-
docs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 079b532b..402fee0c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
-Client Side Javascript toolkit for Auth0 API.
+Client Side JavaScript toolkit for Auth0 API.
If you want to read the full API documentation of auth0.js, see [here](https://auth0.github.io/auth0.js/index.html).
diff --git a/docs/index.html b/docs/index.html
index 105eae32..dfb6c979 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -55,7 +55,7 @@ auth0.js
-Client Side Javascript toolkit for Auth0 API.
+Client Side JavaScript toolkit for Auth0 API.
If you want to read the full API documentation of auth0.js, see here.
Index