Skip to content

Commit 1d1e49b

Browse files
committed
Update dependencies. Improve docs
1 parent c2dcc63 commit 1d1e49b

File tree

3 files changed

+600
-464
lines changed

3 files changed

+600
-464
lines changed

pattern-categorization/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In the mind map you will see patterns categorized from left to right in increasi
1414
graph LR
1515
L0(L0 InnerSource Program) --> L1(L1 Phase) --> L2(L2 Problem Category)
1616
L2(L2 Problem Category) --> L3(L3 Specific Problem) --> L4("L4 Pattern (Solution)")
17-
````
17+
```
1818

1919
The logic for these levels is:
2020

@@ -35,7 +35,7 @@ To test your changes locally, you can also generate the mind map yourself like t
3535
We are using `node 20.x` at the moment.
3636

3737
```
38-
# install the markmap CLI
38+
# install the required dependencies (including the markmap CLI)
3939
npm install -g markmap-cli
4040
4141
# then generate the mindmap (it will open in your browser automatically)

0 commit comments

Comments
 (0)