Skip to content

Commit 5b32976

Browse files
committed
Merge branch 'master' of github.com:csicar/purescript-purepur
2 parents ac11bd4 + 2f03140 commit 5b32976

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ Now generate the test-files:
4444
Now `test/docs` should look similar to this: https://github.com/csicar/purescript-purepur/blob/master/example/test/docs
4545

4646
In addition to the normal PSCI-Syntax, purepur allows __multiline__ expressions and declarations:
47-
```
48-
```purescript run
49-
> f x =
50-
x + 1
51-
> f 2
52-
3
53-
```
54-
```
47+
48+
49+
```purescript run
50+
> f x =
51+
x + 1
52+
> f 2
53+
3
54+
```
55+
5556

5657
Building
5758
--------
@@ -72,4 +73,4 @@ stack run -- -o test/docs --src "src/**/*.purs" (spago sources)
7273
```
7374

7475

75-
The project is forked from https://github.com/andyarvanitis/purescript-native
76+
The project is forked from https://github.com/andyarvanitis/purescript-native

0 commit comments

Comments
 (0)