From aadb5672cfbc61f17570e9c13c6068da3398ce5d Mon Sep 17 00:00:00 2001 From: Willem Leuverink Date: Tue, 16 Jan 2024 13:43:38 +0100 Subject: [PATCH] wip --- docs/advanced-usage.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index e5eba1c..217b4f5 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -96,11 +96,12 @@ export default (() => { })(); ``` +When importing this module you can omit the `as` prop. Axios will be available on the window object since the function is evaluated on import. + ```html - +