Skip to content

Commit d487adc

Browse files
committed
fix typo
1 parent 1d949c5 commit d487adc

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9-
- `Nil`
9+
- fix typo
1010

1111
## [0.1.2]
1212

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Haskell Runner 2
22

3-
Sucessor of the original `Haskell Runner`.
3+
Successor of the original `Haskell Runner`.
44

55
## Features
66

7-
A simple extension to run haskell.
7+
A simple extension to run Haskell:
8+
9+
* Load Haskell file/project to repl (GHCi)
10+
* Run `stack build/test/run` inside a stack project
811

912
## Requirements
1013

@@ -15,10 +18,10 @@ Required: `ghc` and `stack`.
1518
The following configurations are available:
1619

1720
* `runner2.stackPath`: path for `stack` executable (default `stack`)
18-
* `runner2.stackRepl`: use `stack repl` instead of `ghci` (default `false`)
21+
* `runner2.stackRepl`: use `stack repl` instead of `ghci`, you may like to turn it on in stack projects (default `false`)
1922
* `runner2.stackRun`: show `stack run` button (default `false`)
2023

21-
> You need to restart the extension after updating config
24+
> You need to reload the extension after updating config
2225
2326
## Release Notes
2427

0 commit comments

Comments
 (0)