Skip to content

Commit

Permalink
docs(README.md): update link format guide to have PascalCase.
Browse files Browse the repository at this point in the history
  • Loading branch information
minusmo committed May 15, 2024
1 parent dbf5526 commit 5800ce0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5800ce0

Please sign in to comment.