Skip to content

Commit 2bb4576

Browse files
committed
Update clone command in contributing guide
Companion change to OpenIntegrationEngine/engine#161 Signed-off-by: Tony Germano <tony@germano.name>
1 parent 1108de7 commit 2bb4576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/engine/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start by forking the [Open Integration Engine GitHub repository](https://github.
1515
### 3. Clone Your Fork
1616
Clone your fork locally to your development environment:
1717
```bash
18-
git clone git@github.com:OpenIntegrationEngine/engine.git
18+
git clone git@github.com:your-github/engine.git
1919
```
2020

2121
### 4. Make Changes

0 commit comments

Comments
 (0)