From 52b6e2c03b17f8b606cf7fd520cc57277920e491 Mon Sep 17 00:00:00 2001 From: Michael McLoughlin Date: Thu, 3 Jan 2019 22:23:51 -0800 Subject: [PATCH] doc: link to examples directory in README Updates #13 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b25eb3..80136fc 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ See the [`examples/add`](examples/add) directory for the complete working exampl ## Examples +See [`examples`](examples) for the full suite of examples. + ### Slice Sum Sum a slice of `uint64`s: @@ -151,7 +153,7 @@ Component accesses can be arbitrarily nested: b2 := Load(Param("s").Field("Array").Index(2).Field("B").Index(2), GP8v()) ``` -Very similar techniques apply to writing return values. See [`examples/args`](examples/args) and [`examples/returns`](examples/returns) for the full suite of examples. +Very similar techniques apply to writing return values. See [`examples/args`](examples/args) and [`examples/returns`](examples/returns) for more. ### Real Examples