Skip to content

Commit

Permalink
Fix absolute url to images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapelianovych committed May 25, 2020
1 parent 5c6ca5a commit 36eaeaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/language-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ At current time it can:

- [x]: show diagnostic information.

![Diagonstics](https://github.com/JSMonk/hegel/images/diagnostics.png)
![Diagonstics](https://github.com/JSMonk/hegel/packages/language-server/images/diagnostics.png)

- [x]: show information on hovering an element.

![Hover](https://github.com/JSMonk/hegel/images/hover.png)
![Hover](https://github.com/JSMonk/hegel/packages/language-server/images/hover.png)

- [x]: autocomplete variables on typing.

![Autocompletion](https://github.com/JSMonk/hegel/images/autocompletion.png)
![Autocompletion](https://github.com/JSMonk/hegel/packages/language-server/images/autocompletion.png)

## Extension Settings

Expand Down

0 comments on commit 36eaeaf

Please sign in to comment.