Skip to content

Commit 255192a

Browse files
committed
Fixed spelling error in documentation.
1 parent ecfd074 commit 255192a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ If you insist on installing it manually try to follow this recipe:
9393
* Add this to your `.emacs` / `.emacs.d/init.el`:
9494

9595
```lisp
96-
(add-to-list 'load-path "/somewhere/on/your/disk/php-xtras")
96+
(add-to-list 'load-path "/somewhere/on/your/disk/php-extras")
9797
(eval-after-load 'php-mode
9898
(require 'php-extras))
9999
```

0 commit comments

Comments
 (0)