Skip to content

Commit f19bf48

Browse files
committed
Reverts removed whitespaces that were added unintentionally
This reverts commit 0d7a59d.
1 parent 2928be8 commit f19bf48

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

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

88
![Screenshot](docs/angular-cli-ghpages-deploy.gif)
99

10-
**Table of contents:**
10+
**Table of contents:**
1111

1212
1. [📖 Changelog](#changelog)
1313
2. [⚠️ Prerequisites](#prerequisites)
@@ -67,18 +67,18 @@ If you already have an existing Angular project on GitHub, skip step 1 and 2.
6767
cd your-angular-project
6868
```
6969

70-
2. By default the Angular CLI initializes a Git repository for you.
70+
2. By default the Angular CLI initializes a Git repository for you.
7171
To add a new remote for GitHub, use the `git remote add` command:
7272

7373
```sh
7474
git remote add origin https://github.com/<username>/<repositoryname>.git
7575
```
7676

77-
Hints:
77+
Hints:
7878
* Create a new empty GitHub repository first.
79-
* Replace `<username>` and `<repositoryname>` with your username from GitHub and the name of your new repository.
80-
* Please enter the URL `https://github.com/<username>/<repositoryname>.git` into your browser – you should see your existing repository on GitHub.
81-
* Please double-check that you have the necessary rights to make changes to the given project!
79+
* Replace `<username>` and `<repositoryname>` with your username from GitHub and the name of your new repository.
80+
* Please enter the URL `https://github.com/<username>/<repositoryname>.git` into your browser – you should see your existing repository on GitHub.
81+
* Please double-check that you have the necessary rights to make changes to the given project!
8282

8383
3. Add `angular-cli-ghpages` to your project.
8484

@@ -99,7 +99,7 @@ If you already have an existing Angular project on GitHub, skip step 1 and 2.
9999
ng run your-angular-project:deploy
100100
```
101101

102-
5. Your project should be available at `https://<username>.github.io/<repositoryname>`.
102+
5. Your project should be available at `https://<username>.github.io/<repositoryname>`.
103103
Learn more about GitHub pages on the [official website](https://pages.github.com/).
104104

105105

@@ -195,7 +195,7 @@ Same as `ng build --configuration=XXX`.
195195
* Default: `Auto-generated commit` (string)
196196
* Example: `ng deploy --message="What could possibly go wrong?"`
197197

198-
The commit message __must be wrapped in quotes__ if there are any spaces in the text.
198+
The commit message __must be wrapped in quotes__ if there are any spaces in the text.
199199
Some handy additional text is always added,
200200
if the environment variable `TRAVIS` exists (for Travis CI) or
201201
if the environment variable `CIRCLECI` exists (for Circle CI).
@@ -205,7 +205,7 @@ if the environment variable `CIRCLECI` exists (for Circle CI).
205205
* __optional__
206206
* Default: `gh-pages` (string)
207207
* Example: `ng deploy --branch=master`
208-
208+
209209
The name of the branch you'll be pushing to.
210210
The default uses GitHub's `gh-pages` branch,
211211
but this can be configured to push to any branch on any remote.
@@ -265,7 +265,7 @@ This should only be necessary if your site uses files or directories that start
265265
* `ng deploy --cname=example.com`
266266

267267
A CNAME file will be created enabling you to use a custom domain.
268-
[More information on GitHub Pages using a custom domain](https://help.github.com/articles/using-a-custom-domain-with-github-pages/).
268+
[More information on GitHub Pages using a custom domain](https://help.github.com/articles/using-a-custom-domain-with-github-pages/).
269269

270270

271271
#### --dry-run <a name="dry-run"></a>
@@ -334,11 +334,11 @@ Code released under the [MIT license](LICENSE).
334334

335335
<hr>
336336

337-
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
337+
<img src="https://assets.angular.schule/logo-angular-schule.png" height="60">
338338

339339
### &copy; 2019 https://angular.schule
340340

341-
This project is made on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
341+
This project is made on top of [tschaub/gh-pages](https://github.com/tschaub/gh-pages).
342342
Thank you very much for this great foundation!
343343

344344
[npm-url]: https://www.npmjs.com/package/angular-cli-ghpages

0 commit comments

Comments
 (0)