branch: externals/eglot
commit c3f1b7b43ffde3e68bbcda28b2e68f0163c52226
Author: Stefan Kangas <stefankan...@gmail.com>
Commit: GitHub <nore...@github.com>

    Fix #779: Correct "GNU ELPA" typo
    
    The repository is actually called "GNU ELPA", while the protocol itself
    is called ELPA.
    
    * README.md: Fix ELPA -> GNU ELPA
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ca78603474..2cc866c1a3 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ way:
 
 # _1-2-3_
 
-Install from [ELPA][gnuelpa] or [MELPA][melpa].  Just type `M-x
+Install from [GNU ELPA][gnuelpa] or [MELPA][melpa].  Just type `M-x
 package-install RET eglot RET` into Emacs 26.1+.
 
 Now find some source file, any source file, and type `M-x eglot`.

Reply via email to