From 1535906c472b49d0de5e88c37f9cf6189d0893e3 Mon Sep 17 00:00:00 2001 From: thedevluffy <52121827+TheDevLuffy@users.noreply.github.com> Date: Sat, 2 Nov 2019 13:15:53 +0900 Subject: [PATCH] - Documentation: spell correction - line 245 : 'YOUR_KEY_HEERE' to 'YOUR_KEY_HERE' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0d333..67cfa7c 100755 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ For example, if we want fullPage.js to get updated whenever I change the `scroll data() { return { options: { - licenseKey: 'YOUR_KEY_HEERE', + licenseKey: 'YOUR_KEY_HERE', controlArrows: true, scrollBar: true },