summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-04-30 14:41:42 -0600
committermo khan <mo.khan@gmail.com>2020-04-30 14:41:42 -0600
commit7f0163dfb360b7cec0efc86b4fe6a0eb6c8d5046 (patch)
treeb3eb9fb1678151f28640f0476ed1dd2dbabcf252
parentd7832fbb540394a6e5d12b13583ba8a8005e91a2 (diff)
wrap text diagram with text blockHEADmain
-rw-r--r--assignments/exam/README.md6
1 files changed, 4 insertions, 2 deletions
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