Skip to content

Commit 7fdb5a5

Browse files
authored
docs: Update Readme
1 parent b699b10 commit 7fdb5a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A Rant program that produces a shuffled deck of cards, taken from the [official
4545

4646
````markdown
4747
```rant
48-
[shuffled:
48+
[shuffle:
4949
[rep: 2] {(Joker)}
5050
[cat: **(A;2;3;4;5;6;7;8;9;10;J;Q;K); **(♠;♥;♣;♦) |> collect]
5151
]
@@ -194,4 +194,4 @@ As you can see, nested `import`s are supported, so you can import one (or multip
194194
1. Download the [latest release](https://github.com/lanice/obsidian-rant/releases/latest)
195195
2. Extract the `obsidian-rant` folder from the zip to your vault `<vault>/.obsidian/plugins/`
196196
3. Reload Obsidian
197-
4. Enable the plugin in the [Community plugins](https://help.obsidian.md/Advanced+topics/Community+plugins) settings menu
197+
4. Enable the plugin in the [Community plugins](https://help.obsidian.md/Advanced+topics/Community+plugins) settings menu

0 commit comments

Comments
 (0)