Skip to content

Commit

Permalink
docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahlner committed Mar 15, 2022
1 parent abc5afb commit 6cada54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.3.3 - 03-15-2022

- docs fixed

# v0.3.2 - 03-15-2022

- docs updated with (tm)-sign and badges
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ This crate provides a convenient way to handle MQTT topic names with [TopicName]

## Examples
```rust
# use std::str::FromStr;
# use sparkplug_rs::{NodeMessageType, TopicName, TopicNamespace};
let node = TopicName::new_node_message(TopicNamespace::SPBV1_0,
"my_group".to_string(),
NodeMessageType::NBIRTH,
Expand Down

0 comments on commit 6cada54

Please sign in to comment.