summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrady Wetherington <uberbrady@gmail.com>2019-05-17 19:36:07 -0700
committerBrady Wetherington <uberbrady@gmail.com>2019-05-17 19:36:07 -0700
commitcfa6b5c39687c10f46cbf83edfb84ca8346aa5ca (patch)
tree7a8424b5b1fa45f0bbb52c31a16b43dab7454658
parent6544befce727324ba60f79f2ee3680432e66556c (diff)
Match case on Object-oriented to Object-Oriented
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5d008dd..5e86590 100644
--- a/README.md
+++ b/README.md
@@ -306,7 +306,7 @@ Theoretically, this should make the code more robust, and easier to change. Know
See also:
-- [Object-oriented Programming](#todo)
+- [Object-Oriented Programming](#todo)
- [SOLID](#solid)
### The Open/Closed Principle
@@ -323,7 +323,7 @@ This principle has particular relevance for object-oriented programming, where w
See also:
-- [Object-oriented Programming](#todo)
+- [Object-Oriented Programming](#todo)
- [SOLID](#solid)
### The Liskov Substitution Principle
@@ -340,7 +340,7 @@ This principle has particular relevance for object-oriented programming, where t
See also:
-- [Object-oriented Programming](#todo)
+- [Object-Oriented Programming](#todo)
- [SOLID](#solid)
### The Interface Segregation Principle
@@ -357,7 +357,7 @@ This principle has particular relevance for object-oriented programming, where i
See also:
-- [Object-oriented Programming](#todo)
+- [Object-Oriented Programming](#todo)
- [SOLID](#solid)
- [Duck Typing](#todo)
- [Decoupling](#todo)
@@ -376,7 +376,7 @@ This principle is complex, as it can seem to 'invert' the expected dependencies
See also:
-- [Object-oriented Programming](#todo)
+- [Object-Oriented Programming](#todo)
- [SOLID](#solid)
- [Inversion of Control](#todo)
- [Dependency Injection](#todo)