From 922453fefe6ccfcbcdc866380027fae705c2f0c3 Mon Sep 17 00:00:00 2001 From: Chase McDougall Date: Fri, 1 Dec 2023 12:51:07 -0500 Subject: [PATCH] remove run reference (#3481) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71533c809bfe..bb3c21a172b6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -230,7 +230,7 @@ example to showcase how to use it. Most of our users find examples to be the most helpful kind of documentation. Examples can be added in the `examples/src` directory, e.g. -`examples/src/path/to/example` and should export a `run` function. This +`examples/src/path/to/example`. This example can then be invoked with `yarn example path/to/example` at the top level of the repo.