From 1f708f51770b134cd7e1270150663d8423cadedf Mon Sep 17 00:00:00 2001 From: Shane Date: Fri, 27 Aug 2021 09:43:42 -0700 Subject: [PATCH] fix: update component in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e218ff..eeea46c0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ default the type IComponentModule see custom-test-component.js as an example. It "type": "custom", "name": "awesome-custom-client", "language": "typescript", - "customComponent": "./custom-test-component.js", + "customComponent": "./src/custom-test-component.js", "customType": "client" } ]