Skip to content

Commit edc526b

Browse files
committed
Moves title above table of contents in README.md
1 parent 428c28a commit edc526b

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,29 @@
1-
- [Progressive Web App (PWA) Generator](#progressive-web-app-pwa-generator)
2-
- [About](#about)
3-
- [Usage](#usage)
1+
# PWA Generator
2+
3+
- [About](#about)
4+
- [Usage](#usage)
45
- [Options](#options)
5-
- [File Structure](#file-structure)
6+
- [File Structure](#file-structure)
67
- [`files` Directory](#files-directory)
78
- [`inc` Directory](#inc-directory)
89
- [`templates` and `template-parts` Directories](#templates-and-template-parts-directories)
9-
- [Project File Structure](#project-file-structure)
10+
- [Project File Structure](#project-file-structure)
1011
- [`fonts` Directory](#fonts-directory)
1112
- [`img` Directory](#img-directory)
1213
- [`js` Directory](#js-directory)
1314
- [`scss` Directory](#scss-directory)
14-
- [Build Process](#build-process)
15-
- [Fonts](#fonts)
15+
- [Build Process](#build-process)
16+
- [Fonts](#fonts)
1617
- [Serif](#serif)
1718
- [Sans serif](#sans-serif)
1819
- [Misc](#misc)
19-
- [Example Projects](#example-projects)
20+
- [Example Projects](#example-projects)
2021
- [nicolefurlan.com / https://github.com/nikkifurls/nicolefurlan.com](#nicolefurlancom--httpsgithubcomnikkifurlsnicolefurlancom)
2122
- [dogsafefoods.com / https://github.com/nikkifurls/nicolefurlan.com](#dogsafefoodscom--httpsgithubcomnikkifurlsnicolefurlancom)
22-
- [Contributions](#contributions)
23-
- [Get in Touch](#get-in-touch)
24-
# Progressive Web App (PWA) Generator
25-
PWA Generator is a static site generator that builds and deploys Progressive Web Apps to [Netlify](https://netlify.com).
26-
23+
- [Contributions](#contributions)
24+
- [Get in Touch](#get-in-touch)
2725
## About
28-
PWA Generator builds static websites based on the project configuration specified in `projects.json`. It can generate everything needed for a website to functions a a progressive web app, e.g. it functions offline and it is installable. It can also deploy it to [Netlify](https://netlify.com).
26+
PWA Generator is a static site generator that builds static websites based on the project configuration specified in `projects.json`. It can generate everything needed for a website to functions a a progressive web app, e.g. it functions offline and it is installable. It can also deploy it to [Netlify](https://netlify.com).
2927

3028
## Usage
3129
List all projects configured for building in `projects.json`

0 commit comments

Comments
 (0)