Skip to content

Commit 3e8378a

Browse files
committed
update readme
1 parent 18f8bd2 commit 3e8378a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Before you begin, ensure you have the following:
6363
- Go to the repository: https://github.com/PaloAltoNetworks/code2cloud-python-flask-webserver.
6464
- Click the "Fork" button in the top-right corner to create your own copy of the repository
6565

66-
### Create a new repository in your organization
66+
### Create a new repository in your own organization
6767

6868
When you create repositories for C2C, make sure you are creating in a GitHub organization, not the individual repos. Cider doesn’t fetch pipeline and build logs from individual repositories, which are required for C2C.
6969
Named the new repository: `code2cloud-python-flask-webserver`.
@@ -74,14 +74,14 @@ Named the new repository: `code2cloud-python-flask-webserver`.
7474
Follow the instructions in the Prisma Cloud documentation to connect your GitHub repository:
7575
[Add GitHub Repository to Prisma Cloud](https://docs.prismacloud.io/en/classic/appsec-admin-guide/get-started/connect-your-repositories/code-repositories/add-github)
7676

77-
### Clone the Forked repository
77+
### Clone the Forked repository
7878

7979
Clone your forked repository to your local machine:
8080
```bash
8181
git clone https://github.com/<your-github-username>/code2cloud-python-flask-webserver.git
8282
```
8383

84-
### Push the code on the new repository
84+
### Update remote URL and push the code on the new repository in your organization
8585

8686
Change the directory and open repository:
8787

0 commit comments

Comments
 (0)