diff --git a/README.md b/README.md index 303e3c9..b185899 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ Vue.use(vueBoxShadows, { ### Nuxt.js: Global Registration -Create plugin `/plugins/vue-box-shadows.js` +Create plugin _/plugins/vue-box-shadows.js_ ```js import Vue from "vue"; @@ -66,7 +66,7 @@ import vueBoxShadows from "vue-box-shadows"; Vue.use(vueBoxShadows); ``` -Add to `nuxt.config.js` +Add to _nuxt.config.js_ ```js export default { @@ -74,7 +74,7 @@ export default { }; ``` -Usage in `index.vue` +Usage in _index.vue_ ```js