diff --git a/assets/README.md b/assets/README.md index d1fa9d94..fc359d5b 100644 --- a/assets/README.md +++ b/assets/README.md @@ -10,11 +10,11 @@ In your application's code, you can reference a file located in the `assets/` di For example, referencing an image file that will be processed if a build tool is configured to handle this file extension: -*app.vue* -````html +`app.vue` +```html -```` +``` ->> Nuxt won't serve files in the `assets/` directory at a static URL like `/assets/my-file.png`. If you need a static URL, use the `public/` directory. \ No newline at end of file +> Nuxt won't serve files in the `assets/` directory at a static URL like `/assets/my-file.png`. If you need a static URL, use the `public/` directory. \ No newline at end of file