From d15ba1e50b96fa297215d08f82d2a87a0627d757 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 25 Jul 2023 22:25:08 +0200 Subject: [PATCH] readme tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31f9de6..9222422 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Squiggle.c -A self-contained C99 library that provides a subset of [Squiggle](https://www.squiggle-language.com/)'s functionality in C. +A self-contained C99 library that provides functions for simple Monte Carlo estimation, based on [Squiggle](https://www.squiggle-language.com/). ## Why C? @@ -33,7 +33,7 @@ You can follow some example usage in the examples/ folder ### squiggle.c is short -`squiggle.c` is less than 500 lines of C. The reader could just read it and grasp its contents. +[squiggle.c](src/branch/master/squiggle.c) is less than 500 lines of C. The reader could just read it and grasp its contents. ### Core strategy