branch: elpa/julia-mode
commit b1a7119843cb81677d15cba9df64d02b30ea08a8
Author: haffner <[email protected]>
Commit: GitHub <[email protected]>
Remove stray backtick in MELPA LISP (#172)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2eda196cc5..2cd68d20d2 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Unless you want to develop this package, it is recommended
that you use it from
```elisp
(package-install 'julia-mode)
-(require 'julia-mode)`
+(require 'julia-mode)
```
### Installing from Source