From d113129c5f1e2514ff3229ff134e5c31cc3539fc Mon Sep 17 00:00:00 2001 From: Young Yu Date: Mon, 15 Jan 2024 22:56:31 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28d8a50..d027993 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ This function does not return a value #### Example ```typescript -import Config from 'simple-app-config'; // will automatically perfor all configuration setup upon the first import +import Config from 'simple-app-config'; // will automatically perform all configuration setup upon the first import /* Does nothing since .configure() was already called upon import */ Config.configure();