From 544521c5261a27d026b51f9e6d9e3f2fd62e6d64 Mon Sep 17 00:00:00 2001 From: Rahul Kumar Singh <37482171+rahulkumarsingh73690@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:05:33 +0530 Subject: [PATCH] Update getting-started.md --- content/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started.md b/content/getting-started.md index baa60d6..e835de5 100644 --- a/content/getting-started.md +++ b/content/getting-started.md @@ -20,7 +20,7 @@ npm i flatpickr --save ### Non-module environments -If, for any reason, you are constained to a non-module environment (e.g. no bundlers such as webpack) - don't fret. I suggest simply pulling the latest version of `flatpickr` from `jsdelivr`. +If, for any reason, you are constained to a non-module environment (e.g. no bundlers such as webpack) - don't fret. I suggest simply pulling the latest version of `flatpickr` from `jsdelivr`. Try on realtime HTML [playground](https://goonlinetools.com/realtime-html-editor/#8axeodabqbpw4dw3xnx8fe) ```html