From 71eb8c514f64a3e383f617d4ff08bd0bb38aa7a5 Mon Sep 17 00:00:00 2001 From: notwillk <44582272+notwillk@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:35:54 -0700 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 319d593..ff629c7 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,20 @@ ## Usage -TBD +This lets you avoid a deeply nested set of providers by defining them as an array. + +```javascript +import ProviderStack from 'react-provider-stack'; + +function App() { + return ( + + +