summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index cada0b2..14439b4 100644
--- a/README.md
+++ b/README.md
@@ -46,8 +46,12 @@ pub async fn my_func(
Run cmds:
```rust
-insert_impl!("arms", crate_name = "my")
-insert_impl!("arms", crate_name = "you")
+tmpl!(tmpl += {
+ arms {
+ (crate_name = "my"),
+ (crate_name = "you")
+ }
+});
```
The `arms` impl_area becomes: