Skip to content

Commit 0ce4921

Browse files
authored
Merge pull request sagalbot#197 from alsotang/patch-1
Update InstallSnippet.vue
2 parents 916d76a + 87a1d4c commit 0ce4921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/snippets/InstallSnippet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<p>Install from GitHub via NPM</p>
4-
<pre><v-code lang="bash">npm install sagalbot/vue-select</v-code></pre>
4+
<pre><v-code lang="bash">npm install vue-select</v-code></pre>
55

66
<p>To use the vue-select component in your templates, simply import it, and register it with your component.</p>
77
<pre><v-code lang="markup">&#x3C;template&#x3E;

0 commit comments

Comments
 (0)