branch: externals/shell-command+
commit 6cac2e4c20598e781b53c858015fd05e34646c9f
Author: Philip K <[email protected]>
Commit: Philip K <[email protected]>
Fix setup form in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 115ae7b..5532f95 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,7 @@ Bug reports and patches should be sent to my [public inbox].
Using [`setup`][setup] I configure `shell-command+` as so:
~~~elisp
-(setup shell-command+
+(setup (:package shell-command+)
(:option shell-command+-prompt "$ ")
(:with-feature dired
(:bind "M-!" shell-command+))