Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Edit walkthrough to make the point of the article clearer #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 009_submodules/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The end result will be similar to the following, with three modules defined by t

In this walkthrough:
* We create a root module and two submodules.
* We version the submodules independently by applying separate git tags (`v0.1.1` and `v1.0.0`)
* We version the submodules independently by applying prefixed git tags (`b/v0.1.1` and `a/v1.0.0`)
* We have `a` import `b` to make things slightly more interesting.
* We finish by creating a module on our local filesystem to use our `a` command.

Expand Down