Skip to content

Commit 103974d

Browse files
authored
Merge pull request #437 from 0xfe0/master
Update README.md
2 parents 71f5405 + 364c78c commit 103974d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This extension adds language support for [Haskell](https://haskell.org), powered
4343
- For standalone `.hs`/`.lhs` files, [ghc](https://www.haskell.org/ghc/) must be installed and on the PATH. The easiest way to install it is with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
4444
- For Cabal based projects, both ghc and [cabal-install](https://www.haskell.org/cabal/) must be installed and on the PATH. It can also be installed with [ghcup](https://www.haskell.org/ghcup/) or [Chocolatey](https://www.haskell.org/platform/windows.html) on Windows.
4545
- For Stack based projects, [stack](http://haskellstack.org) must be installed and on the PATH.
46-
- If you are installing from a offline VSIX file, you need install [language-haskell](https://github.com/JustusAdam/language-haskell) too after installation (either from the marketplace or offline).
46+
- If you are installing from an offline VSIX file, you need to install [language-haskell](https://github.com/JustusAdam/language-haskell) too after installation (either from the marketplace or offline).
4747

4848
## Configuration options
4949

0 commit comments

Comments
 (0)