From 4b701323d86ceae678a26c43d7d14f967e004b9f Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sun, 8 Nov 2020 23:38:06 -0500 Subject: [PATCH] Update README.md --- samples/react-mobx/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/react-mobx/README.md b/samples/react-mobx/README.md index 0dd66ccac..1ee30cc62 100644 --- a/samples/react-mobx/README.md +++ b/samples/react-mobx/README.md @@ -13,7 +13,7 @@ extensions: - React createdDate: 1/1/2016 12:00:00 AM --- -# Webpart with React and Mobx +# Using Mobx ## Summary Sample webpart implementation that uses [Mobx](https://github.com/mobxjs/mobx) to keep track of its state.