Skip to content

Commit

Permalink
upgrades docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrvadala committed Aug 15, 2024
1 parent 7325fcd commit 52edd5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ yarn add react-svg-pan-zoom
<!-- END_SECTION_SKIPPED_ONLINE -->

## Usage examples
- [**Basic**](./examples/controlled-component) - Basic usage of `<ReactSVGPanZoom>`.
- [**Uncontrolled Component**](./examples/uncontrolled-component) - Basic usage of `<UncontrolledReactSVGPanZoom>`.
- [**Basic**](https://github.com/chrvadala/react-svg-pan-zoom/tree/main/examples/controlled-component) - Basic usage of `<ReactSVGPanZoom>`.
- [**Uncontrolled Component**](https://github.com/chrvadala/react-svg-pan-zoom/tree/main/examples/uncontrolled-component) - Basic usage of `<UncontrolledReactSVGPanZoom>`.
- [**JSFiddle**](https://jsfiddle.net/chrvadala/f67qyfsd/) - This is a JSFiddle demo that uses UMD bundle.
- [**CodeSandbox**](https://codesandbox.io/s/1v19809803) - This is a CodeSandbox demo.

Expand Down
6 changes: 2 additions & 4 deletions examples/controlled-component/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# react-svg-pan-zoom example project

If you haven't already, [build the library](../../docs/build.md)

Start this project with the following commands
```bash
yarn install
yarn start
npm install
npm start
```
6 changes: 2 additions & 4 deletions examples/uncontrolled-component/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# react-svg-pan-zoom example project

If you haven't already, [build the library](../../docs/build.md)

Start this project with the following commands
```bash
yarn install
yarn start
npm install
npm start
```

0 comments on commit 52edd5f

Please sign in to comment.