Skip to content

Commit

Permalink
Merge pull request #15 from cogoo/patch-1
Browse files Browse the repository at this point in the history
fix: typo in readme
  • Loading branch information
nivekcode authored Feb 27, 2021
2 parents 03a1020 + dadc297 commit b691d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ into multiple chunks (subentries) and another one for creating a new subentry.

Spliting your libary automatically into multiple chunks our library project needs to fullfill a couple of cirterias:

- Nesting of modules: Modules used bx other modules can only be siblings and never children. There should always be one
- Nesting of modules: Modules used by other modules can only be siblings and never children. There should always be one
only one module per subentry.

Go ahead and run the following command in the root of your project:
Expand Down

0 comments on commit b691d61

Please sign in to comment.