From 0a8ccc129aa60f60591dcb79d7f8d66ee975e8f4 Mon Sep 17 00:00:00 2001 From: stysmmaker Date: Tue, 13 Apr 2021 22:33:56 -0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d46c2..a121e99 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ MMKR.inertial_bounce(5, 2, 4); // Apply a bounce to the current property You can also destructure the returned object: ```js -const { inertial_bounce } = footage('mmkr.js').sourceData.get_functions(); +const { inertial_bounce } = footage('mmkr.jsx').sourceData.get_functions(); inertial_bounce(5, 2, 4); ```