Skip to content

Commit 1e82c91

Browse files
committed
docs: rename Quick Start section
1 parent 0004b96 commit 1e82c91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
1. [📖 Changelog](#changelog)
1414
2. [⚠️ Prerequisites](#prerequisites)
15-
3. [🚀 Quick Start (local development)](#quickstart-local)
15+
3. [🚀 Quick Start](#quickstart)
1616
4. [⚙️ Installation](#installation)
1717
5. [🚀 Continuous Delivery](#continuous-delivery)
1818
6. [📦 Deployment Options](#options)
@@ -51,7 +51,7 @@ This command has the following prerequisites:
5151
- Angular project created via [Angular CLI](https://github.com/angular/angular-cli) v18 or greater
5252
- older Angular projects can still use a v1.x version or use the standalone program. See the documentation at [README_standalone](https://github.com/angular-schule/angular-cli-ghpages/blob/master/docs/README_standalone.md).
5353

54-
## 🚀 Quick Start (local development) <a name="quickstart-local"></a>
54+
## 🚀 Quick Start <a name="quickstart"></a>
5555

5656
`angular-cli-ghpages` compiles your app, then pushes the build output to a dedicated branch (default: `gh-pages`) – all with a single command: `ng deploy`. This branch serves as the source for your web host and works out of the box with GitHub Pages and Cloudflare Pages.
5757

0 commit comments

Comments
 (0)