We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfd074 commit 255192aCopy full SHA for 255192a
1 file changed
README.md
@@ -93,7 +93,7 @@ If you insist on installing it manually try to follow this recipe:
93
* Add this to your `.emacs` / `.emacs.d/init.el`:
94
95
```lisp
96
-(add-to-list 'load-path "/somewhere/on/your/disk/php-xtras")
+(add-to-list 'load-path "/somewhere/on/your/disk/php-extras")
97
(eval-after-load 'php-mode
98
(require 'php-extras))
99
```
0 commit comments