Skip to content

Commit acf7e6d

Browse files
authored
Corrected type in pushing upstream example
Text speaks of 'ot-client', but should be 'iot-client' as in the code example above.
1 parent 7a5e558 commit acf7e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ my-mbed-os-example (a5ac4bf2e468)
657657
`- my-libs/test-framework (cd18b5a50df4)
658658
```
659659

660-
Let's assume that you make changes to `ot-client`. `publish` detects the change on the leaf `ot-client` dependency and asks you to commit it. Then it detects that `my-libs` depends on `iot-client`, updates the `my-libs` dependency on `iot-client` to its latest version (by updating the `iot-client.lib` file) and asks you to commit it. This propagates up to `my-libs` and finally to your program `my-mbed-os-example`.
660+
Let's assume that you make changes to `iot-client`. `publish` detects the change on the leaf `iot-client` dependency and asks you to commit it. Then it detects that `my-libs` depends on `iot-client`, updates the `my-libs` dependency on `iot-client` to its latest version (by updating the `iot-client.lib` file) and asks you to commit it. This propagates up to `my-libs` and finally to your program `my-mbed-os-example`.
661661

662662
### Forking workflow
663663

0 commit comments

Comments
 (0)