Skip to content

Commit

Permalink
Improve formatting of the README
Browse files Browse the repository at this point in the history
  • Loading branch information
antoyo committed Mar 4, 2018
1 parent fcbf10f commit 0282d77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.adoc
Expand Up @@ -242,7 +242,9 @@ impl Widget for Win {
NOTE: The `struct Win` is now automatically created by the attribute, as are the function `root()` and the associated types `Model`, `ModelParam`, `Msg` and `Container`.
You can still provide the method and the associated types if needed, but you cannot create the `struct`.

NOTE: To benefit from better error messages, enable the following features:
[NOTE]
====
To benefit from better error messages, enable the following features:
* relm/unstable
* relm-attributes/unstable
Expand All @@ -255,6 +257,7 @@ To do so, add the following lines to your `Cargo.toml`:
[features]
default = ["relm/unstable", "relm-attributes/unstable", "relm-derive/unstable"]
----
====

[NOTE]
====
Expand Down

0 comments on commit 0282d77

Please sign in to comment.