Changed path to component in README to make it slightly less confusing

This commit is contained in:
RonnieSan 2018-04-21 19:00:42 -07:00
parent 2c0a878b54
commit e333ae2ed0
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ You can then include the component on your page using the `name` property you se
<meta charset="UTF-8">
<title>VueJS Component Test</title>
<script src="https://unpkg.com/vue"></script>
<script src="dist/my-component.js"></script>
<script src="my-component.js"></script>
</head>
<body>
<div id="wrapper">