From 42f0a29de7981980e2e67467727ad49cc2be06d8 Mon Sep 17 00:00:00 2001 From: joaogui1 Date: Wed, 3 Feb 2021 14:51:02 -0300 Subject: [PATCH 1/2] adds tutorial to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bdca7943..9d181b425 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ processing. The goal of the project is to explore: * Interactive and incremental numerical programming and visualization To learn more, check out our -[workshop paper](https://openreview.net/pdf?id=rJxd7vsWPS) +[workshop paper](https://openreview.net/pdf?id=rJxd7vsWPS), +our[tutorial](https://github.com/google-research/dex-lang/blob/main/examples/tutorial.dx) or these example programs: * [Dex prelude](https://google-research.github.io/dex-lang/prelude.html) From d8186d6603db12769826471ca680fec98286a593 Mon Sep 17 00:00:00 2001 From: joaogui1 Date: Wed, 3 Feb 2021 14:53:18 -0300 Subject: [PATCH 2/2] fix spacing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d181b425..84a512681 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ processing. The goal of the project is to explore: To learn more, check out our [workshop paper](https://openreview.net/pdf?id=rJxd7vsWPS), -our[tutorial](https://github.com/google-research/dex-lang/blob/main/examples/tutorial.dx) +our [tutorial](https://github.com/google-research/dex-lang/blob/main/examples/tutorial.dx) or these example programs: * [Dex prelude](https://google-research.github.io/dex-lang/prelude.html)