From dad96d5b0d7891ffe9fb62e955b6fcdba9bfb3f4 Mon Sep 17 00:00:00 2001 From: phessophissy Date: Sat, 13 Dec 2025 07:48:50 +0100 Subject: [PATCH] docs: fix typos in README.md - Fix 'wxample' -> 'example' - Fix 'documentetion' -> 'documentation' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee2c1ce..9017b96 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,9 @@ cd example-web yarn dev ``` -Now, anytime you make a change to your library in `src/` or to the example app's `example-web/src`, the wxample app will live-reload your local dev server so you can iterate on your component in real-time. +Now, anytime you make a change to your library in `src/` or to the example app's `example-web/src`, the example app will live-reload your local dev server so you can iterate on your component in real-time. ## create-react-library This lib was created using `create-react-library`. -Please check documentetion [here](https://github.com/transitive-bullshit/create-react-library). +Please check documentation [here](https://github.com/transitive-bullshit/create-react-library).