Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit cb81b3c

Browse files
committed
fix(readme): remove deprecated links
1 parent 448600f commit cb81b3c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@
4242
* __Growing list of semantic helper components__
4343
* __[List](https://csvenke.github.io/react-semantic-render/#/List)__: Renders content from an array of data.
4444
* __[Show](https://csvenke.github.io/react-semantic-render/#/Show)__: Renders content when specified condition is true.
45-
* __[Switch](https://csvenke.github.io/react-semantic-render/#/Switch)__: Renders content from first __[Switch.Case](https://csvenke.github.io/react-semantic-render/#/SwitchCase)__ that matches, else __[Switch.Default](https://csvenke.github.io/react-semantic-render/#/SwitchDefault)__ if it exists.
45+
* __[Switch](https://csvenke.github.io/react-semantic-render/#/Switch)__: Renders content from first case that matches, else default if it exists.
4646
* __Tiny bundle size__
47+
* __100% test coverage__
48+
* __Production ready__
4749
* __Blazing fast__
4850
* __TypeScript type definitions__
49-
* __100% test coverage__
5051

5152
## Install
5253

0 commit comments

Comments
 (0)