Skip to content

Commit 5c39862

Browse files
authored
Update gcloud-deployment.md
1 parent 3319ed6 commit 5c39862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/content/deployment/gcloud-deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following are the instructions to deploy the angular-fullstack app to Google
3030
A Node.js app in App Engine is configured through a file named app.yaml, that contains runtime, handlers,
3131
scaling, and other general settings including environment variables.
3232

33-
### 2.1 create a 'app.yaml' file with the following contents
33+
2.1 create a 'app.yaml' file with the following contents
3434

3535
```javascript
3636

@@ -43,7 +43,7 @@ The following are the instructions to deploy the angular-fullstack app to Google
4343

4444
```
4545

46-
### 2.2 Add app.yaml to .gitignore
46+
2.2 Add app.yaml to .gitignore
4747

4848
# Deployment Steps
4949
## 1. Build the app

0 commit comments

Comments
 (0)