Skip to content

Commit 023f45f

Browse files
Update hello-world.md
1 parent 84f0eb8 commit 023f45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jekyll/_cci2/hello-world.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ The first image listed defines the execution environment for your build. The pri
3333
3. Commit and push the changes. If you were already using CircleCI 1.0, a build is triggered on 2.0, and a 2.0 icon appears on the Builds page.
3434
![First Green Build Screenshot]({{ site.baseurl }}/assets/img/docs/green_build.png)
3535
36-
4. If this is your first project on CircleCI, go to the Projects page, click the Add Projects page and then click the Build Project button next to your project.
36+
4. If this is your first project on CircleCI, go to the Projects page, click the Add Projects button and then click the Build Project button next to your project.
3737
3838
CircleCI checks out your code, prints "Hello World", and posts a green build to the Builds page adding a green checkmark on your commit in GitHub or Bitbucket! If the job fails, you are notified in email of the failure with a log of the failing command, exit code, and output with a red X on the commit in GitHub or Bitbucket.
3939
40-
You automatically *follow* any new project that you push to, subscribing you to email notifications and adding the project to your dashboard. You can also manually follow or stop following a project by selecting your org on the PROJECTS tab in the CircleCI app, clicking the Add Projects button, and then clicking the button next to the project you want to follow or stop following.
40+
You automatically *follow* any new project that you push to, subscribing you to email notifications and adding the project to your dashboard. You can also manually follow or stop following a project by selecting your org on the Projects page in the CircleCI app, clicking the Add Projects button, and then clicking the button next to the project you want to follow or stop following.
4141
4242
## Validate Every Configuration Change
4343

0 commit comments

Comments
 (0)