Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
niekdt authored Jul 23, 2024
1 parent 77c557e commit 2529e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ This makes it very easy to define a hierarchy of code snippets in a readable way
Defining a code snippet belonging to the _Create_ section of the respective actionsheet file is as simple as:
```toml
[create.list]
what = "Define a list"
action = "Define a list"
code = "x = ['apple', 'pear', 'banana']"
details = "You can define as many items as you like"
```

0 comments on commit 2529e9a

Please sign in to comment.