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); ```