From 78f7009ab3207ad5d0215e61d6bb5d43497d73e4 Mon Sep 17 00:00:00 2001 From: Mastermindzh Date: Mon, 25 Jul 2022 11:21:52 +0200 Subject: [PATCH] fixed docs.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4f17d3..27c758a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ export const Navbar: FunctionComponent<{}> = () => { To add a value to the runtime config you have to take 2 steps: -1. Add a type to the `RuntimeConfig` type in [src/infrastructure/config/RunTimeConfig.ts](./src/config/RunTimeConfig.ts) +1. Add a type to the `RuntimeConfig` type in [src/infrastructure/config/RunTimeConfig.ts](./src/infrastructure/config/RunTimeConfig.ts) ```tsx type RunTimeConfig = {