Skip to content

Commit

Permalink
Merge pull request #681 from francoism90/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bmewburn authored Oct 19, 2019
2 parents 515c44a + b94038c commit a31ecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The language server (intelephense) is proprietary. Please see [here](https://git
Note that other PHP extensions which provide similar functionality should also be disabled for best results.
2. Add glob patterns for non standard php file extensions to the `files.associations` setting.

For example: `files.associations: { "*.module": "php" }`.
For example: `"files.associations": { "*.module": "php" }`.
3. Optionally purchase and enter your [licence key](https://intelephense.com) by either:
* Opening the command pallete -- `ctrl + shift + p` -- and searching for `Enter licence key`. OR
* Opening your **user** settings and entering it into `intelephense.licenceKey`.
Expand Down

0 comments on commit a31ecf1

Please sign in to comment.