Skip to content

Commit 915145e

Browse files
committed
Updated README.md
1 parent 092e6ef commit 915145e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Behavioral patterns are concerned with algorithms and the assignment of responsi
5252
* [Null Object](#null-object)
5353
* [Callback](#callback)
5454

55-
### Presentation Tier Pattern
55+
### Presentation Tier Patterns
5656

5757
Presentation Tier patterns are the top-most level of the application, this is concerned with translating tasks and results to something the user can understand.
5858

@@ -436,7 +436,6 @@ Presentation Tier patterns are the top-most level of the application, this is co
436436
* a system should do the authentication/ authorization/ logging or tracking of request and then pass the requests to corresponding handlers
437437
* you want a modular approach to configuring pre-processing and post-processing schemes
438438

439-
440439
# Frequently asked questions
441440

442441
**<a id="Q1">Q: What is the difference between State and Strategy patterns?</a>**

0 commit comments

Comments
 (0)