From 5276c69770cda8a4f4ecc4fe91a74ad667da2ab6 Mon Sep 17 00:00:00 2001 From: ieviev Date: Mon, 21 Aug 2023 11:25:43 +0300 Subject: [PATCH] broken link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600de243..9ba252e1 100644 --- a/README.md +++ b/README.md @@ -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.