branch: externals/autorevert-tail-truncate
commit d1b9c3f6fb8ba963d562a77539ea50ab34e0c988
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Simplify package-vc-install instruction
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9a7144783d..d9ecdcba7e 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you use Emacs 29.1+, use `package-vc-install`. In your 
`*scratch*` buffer, co
 the command `eval-last-sexp`, which see:
 
 ``` elisp
-(package-vc-install '(autorevert-tail-truncate :url 
"https://github.com/shipmints/autorevert-tail-truncate.el";))
+(package-vc-install "https://github.com/shipmints/autorevert-tail-truncate.el";)
 ```
 
 Or, if you use Emacs 30+, uncomment the :vc stanza, below.

Reply via email to