From 94a770325017b56f38b29df70dbb5f3d4a89aaec Mon Sep 17 00:00:00 2001 From: Guy Carmeli <> Date: Mon, 28 Aug 2023 19:51:11 -0400 Subject: [PATCH] Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bee4ff6c..d41bf357 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ NPM downloads build status discord chat +

MMKV

-# React Obsidian - React Obsidian is a dependency injection framework for React and React Native applications. It allows you to inject dependencies into hooks, components, and classes. Separating the construction and consumption of dependencies is crucial to maintaining a readable and testable codebase. > 📖 Read more about Dependency Injection and Obsidian in [Breaking complexity with Dependency Injection: Introducing Obsidian](https://guyca.medium.com/breaking-complexity-with-dependency-injection-introducing-obsidian-cd452802f076) on Medium.