Skip to content

Commit 29661c5

Browse files
committed
fnrename
1 parent bb968f9 commit 29661c5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

md/5_writing_ops/dev_hello_op/dev_hello_op.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const multiplyValueIn = op.inFloat("Multiply amount");
100100
This creates a second port and a new part on the object pane which allows us to set the multiplication amount.
101101
Your op should now look like this
102102

103-
![](img/b-port_in_multiply_amount.png)
103+
![](img/b-port_in_multiply_amount2.png)
104104

105105

106106
Your code should look like this

md/6_1_developing_cables/1_setup_dev_env/setup_dev_env.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ But let's get started:
1414

1515
## Mac/Linux
1616
- install [git](https://github.com/git-guides/install-git)
17-
- clone [this repository](https://github.com/cables-gl/cables_dev)
17+
- clone the [cables dev repository](https://github.com/cables-gl/cables_dev): `git clone git@github.com:cables-gl/cables_dev.git`
1818
- change into the checked out directory (`cd cables_dev/`)
1919
- continue [below](#common)
2020

0 commit comments

Comments
 (0)