Skip to content

Commit 23afb59

Browse files
authored
Merge pull request #373 from sillevl/patch-1
Corrected type in pushing upstream example
2 parents 7a5e558 + acf7e6d commit 23afb59

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)