From 36cf1f3273d90c88c754b58cbd04e35affd46541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Thu, 17 Oct 2019 07:59:10 +0200 Subject: [PATCH] Update README to explain how to run the examples. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 731349b..07551f6 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ elmWebComponents.register('component-with-ports', ComponentWithPorts, { ## Examples -You can find full examples in the `example` directory. If you have cloned the repository, you can run `yarn run example` to run them locally. +You can find full examples in the `example` directory. If you have cloned the repository, you can run `yarn run example-018` or `yarn run example-019` to run them locally. ## Polyfilling for older browsers