Skip to content

Commit 081d22a

Browse files
author
Maxime Mangel
authored
Merge pull request #184 from ieviev/master
Update broken link to the adding sample commit
2 parents b16ff0a + 5276c69 commit 081d22a

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
@@ -11,7 +11,7 @@ To develop the REPL locally:
1111

1212
## How to add a sample
1313

14-
To add a sample, you need to add an .fs file to the `public/samples/Samples.fsproj` project (and a corresponding .html file if necessary), then update `public/samples/samples.json`. This file is used to generate the samples menu in the browser. [This commit](https://github.com/fable-compiler/repl2/commit/860243166459e10e47919815dffcc94ddbbd73b7) is a good example of adding a sample (pun intended).
14+
To add a sample, you need to add an .fs file to the `public/samples/Samples.fsproj` project (and a corresponding .html file if necessary), then update `public/samples/samples.json`. This file is used to generate the samples menu in the browser. [This commit](https://github.com/fable-compiler/repl/commit/860243166459e10e47919815dffcc94ddbbd73b7) is a good example of adding a sample (pun intended).
1515

1616
> If you just want to update on the existing samples, you can do it directly using Github UI and send a PR automatically.
1717

0 commit comments

Comments
 (0)