From 5800ce0941c03624af06486e6bbded83d9f6d9c1 Mon Sep 17 00:00:00 2001 From: hojooneum Date: Wed, 15 May 2024 15:20:46 +0900 Subject: [PATCH] docs(README.md): update link format guide to have PascalCase. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e85bb7b..6a3df97 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Good authors' blogs or profiles are linked as well to keep following there writi ## Authors ```markdown -- [authorName](url): short description. +- [AuthorName](url): Short Description. ``` - [Martin Fowler](https://martinfowler.com/): Super well-known guru for software architecture. @@ -28,7 +28,7 @@ Good authors' blogs or profiles are linked as well to keep following there writi ## Articles ```markdown -- [linkName](url), Author: short description. +- [LinkName](url), Author: Short Description. ``` ### Tech @@ -62,13 +62,13 @@ Good authors' blogs or profiles are linked as well to keep following there writi ## Books ```markdown -- [linkName](url), Author: short description. +- [LinkName](url), Author: Short Description. ``` ## Lectures ```markdown -- [linkName](url), Instructors: Course Title. +- [LinkName](url), Instructors: Course Title. ``` - [Software Construction](https://ocw.mit.edu/ans7870/6/6.005/s16/), Prof. Robert Miller, Dr. Max Goldman