Update Documentation authored by Felix Cervin's avatar Felix Cervin
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
<b>Information</b> <b>Information</b>
<p> <p>
<i>Vue.app is the Feathers instance. As in:</i> <i>Vue.app is the Feathers instance. As in:</i>
` ```javascript
import feathers from '@feathersjs/feathers' import feathers from '@feathersjs/feathers'
Vue.feathers = feathers Vue.feathers = feathers
Vue.app = Vue.feathers() Vue.app = Vue.feathers()
` ```
</p> </p>
\ No newline at end of file