diff --git a/README.md b/README.md index 1938d38..ae01d36 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ gatsby new gatsby-wiki 5. [Importing Components to your Sites](#05-importing-components-to-your-sites) 6. [Passing down Props](#06-passing-down-props) 7. [Gatsby Plugins](#07-gatsby-plugins) -8. [Page Layout](#08-page-layout) +8. [Page Layout](#08-single-page-application) 9. [GraphQL](#09-graphql) 10. [Adding File Data](#10-adding-file-data) 11. [Working with Markdown](#11-working-with-markdown) @@ -333,7 +333,7 @@ module.exports = { -## 08 Page Layout +## 08 Single-Page-Application Gatsby offers an easy way to create Single-Page-Applications (**SPA's**) with it's layout feature. You can find the JSX and CSS inside */src/layout*. The Gatsby Starter, that we are using, already uses a header navbar, that is defined inside the index.js file (and comes with the necessary css).