Skip to content

Commit

Permalink
readme: update
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jan 11, 2021
1 parent c3ea763 commit 44c6c58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ of your Seed view functions. For example, this is how you can create a
variety of Bootstrap-style buttons.

```rust
use seed_bootstrap::components::button::{Button, Role, Type};
use seed_bootstrap::button::{Button, Role, Type};

fn view(model: &Model) -> Node<Msg> {
div![
Button::new("Primary"),
Expand Down

0 comments on commit 44c6c58

Please sign in to comment.