Skip to content

Commit e7bf37f

Browse files
committed
feat: add links to browse patterns by category or tag
1 parent d3cfe0b commit e7bf37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.sh

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ if [ "$1" = "en" ]; then
1313
echo "" >> README.md
1414
echo "## Read Online" >> README.md
1515
echo "" >> README.md
16+
echo "Select individual pattern below. Alternatively, browse by [category](https://java-design-patterns.com/category) or [tag](https://java-design-patterns.com/tag)." >> README.md
1617
fi
1718

1819
echo "<ul>" >> README.md

0 commit comments

Comments
 (0)