Skip to content

Commit

Permalink
� remove instances of Gatsby in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsainikhil committed Dec 1, 2020
1 parent a4fd266 commit 12c7484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Formats the app files like _js, jsx, json, and md_ using Prettier. You can learn

# **🧐 What's inside?**

A quick look at the top-level files and directories you'll see in a Gatsby project.
A quick look at the top-level files and directories you'll see in a NextJS project.
```
.
Expand All @@ -271,7 +271,7 @@ A quick look at the top-level files and directories you'll see in a Gatsby proje
2. **`/src`**: This directory will contain all of the code related to what you will see on the front-end of your site (what you see in the browser) such as your site header or a page template. `src` is a convention for “source code”.
3. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.
4. **`nextjs-config.js`**: This is the main configuration file for a NextJS site. This is where you can specify information about your plugins config you’d like to include, etc.
5. **`LICENSE`**: Gatsby Prismic Blog Starter is licensed under the MIT license.
5. **`LICENSE`**: NextJS Prismic Blog Starter is licensed under the MIT license.
6. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**
7. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.
8. **`README.md`**: A text file containing useful reference information about your project.
Expand Down

1 comment on commit 12c7484

@vercel
Copy link

@vercel vercel bot commented on 12c7484 Dec 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.