diff --git a/examples/extend-app/README.md b/examples/extend-app/README.md index e1f3805bbe..7e8bb74520 100644 --- a/examples/extend-app/README.md +++ b/examples/extend-app/README.md @@ -1,6 +1,6 @@ # Extending the main app -> Nuxt.js allows you to extend the main application by adding a `pages/_app.vue` file +> Nuxt.js allows you to extend the main application by adding a `layouts/app.vue` file ## The default app @@ -13,7 +13,7 @@ The default source code of the main app is: ``` -## The `pages/_app.vue` file +## The `layouts/app.vue` file ### 🎬 [Example video](https://www.youtube.com/watch?v=wBhia7uBxDA)