Skip to content

Commit 53637b4

Browse files
committed
docs(README): add example of usage section
1 parent 471ece3 commit 53637b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ React MQTT Workflow Manager is a React component library designed to wrap all [M
88
- [Installation](#installation)
99
- [Dependencies](#dependencies)
1010
- [Usage](#usage)
11+
- [Example of usage](#example-of-usage)
1112
- [Properties](#properties)
1213
- [WorkflowManagerConfig](#workflowmanagerconfig)
1314
- [Hooks](#hooks)
@@ -102,6 +103,10 @@ export const store = configureStore({
102103

103104
```
104105

106+
## [Example of usage](example-of-usage)
107+
108+
See a complete example of usage [here](https://github.com/flow-build/react-mqtt-workflow-manager/tree/master/app/).
109+
105110
## [Properties](properties)
106111

107112
Property | Type | Required | Description

0 commit comments

Comments
 (0)