Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions pattern-categorization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In the mind map you will see patterns categorized from left to right in increasi
graph LR
L0(L0 InnerSource Program) --> L1(L1 Phase) --> L2(L2 Problem Category)
L2(L2 Problem Category) --> L3(L3 Specific Problem) --> L4("L4 Pattern (Solution)")
````
```

The logic for these levels is:

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

```
# install the markmap CLI
# install the required dependencies (including the markmap CLI)
npm install -g markmap-cli

# then generate the mindmap (it will open in your browser automatically)
Expand Down
Loading