From 7f0163dfb360b7cec0efc86b4fe6a0eb6c8d5046 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 30 Apr 2020 14:41:42 -0600 Subject: wrap text diagram with text block --- assignments/exam/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'assignments') diff --git a/assignments/exam/README.md b/assignments/exam/README.md index 02fefeb..d78ce22 100644 --- a/assignments/exam/README.md +++ b/assignments/exam/README.md @@ -292,13 +292,13 @@ the customer returned and discovered the mistake. Add a new compensating transaction to fix the mistake. - ## 6 Contrast two-tier architecture with three-tier architecture. Two tier architectures +```text |--------| | Server | * storage logic |--------| @@ -312,10 +312,11 @@ Two tier architectures |--------| | Client | * presentation logic |--------| - +``` 3 tier architecture +```text |--------| | db | * storage logic |--------| @@ -323,6 +324,7 @@ Two tier architectures |--------| | client | * presentation logic |--------| +``` ## 7 -- cgit v1.2.3