From 6f4a211ac34685f736aed587e0751a7d4682ab5f Mon Sep 17 00:00:00 2001 From: RonnieSan Date: Fri, 8 Jun 2018 21:43:14 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c7f89b..530c958 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You can then include the component on your page using the `name` property you se ``` ## Included Example -The template package includes a sample component (`my-component.vue`) that you can test it all out with. The command you would use to compile it would be `webpack --env.file=example`. The component has a name property of `example`, the the tagname you would use in your HTML woudl be ``. +The template package includes a sample component (`example.vue`) that you can test it all out with. The command you would use to compile it would be `webpack --env.file=example`. The component has a name property of `example`, the the tagname you would use in your HTML woudl be ``. The example component will print out the words "Hello, world." When the text is clicked, the word "world" will change to "foobar".