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