Skip to content

Commit

Permalink
Merge pull request #184 from ieviev/master
Browse files Browse the repository at this point in the history
Update broken link to the adding sample commit
  • Loading branch information
MangelMaxime authored Aug 21, 2023
2 parents b16ff0a + 5276c69 commit 081d22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To develop the REPL locally:

## How to add a sample

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).
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).

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

0 comments on commit 081d22a

Please sign in to comment.