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".