From d7fb9560be03a985162285d5363032f59692091c Mon Sep 17 00:00:00 2001 From: John Lindquist Date: Fri, 9 Dec 2016 14:32:19 -0700 Subject: [PATCH] Update README.md --- examples/extend-app/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)