Skip to content

Commit 3cf948b

Browse files
shaymolchoido777
authored andcommitted
Improve punctuation and formatting in README
Enhanced punctuation and formatting in the README. These changes enhance the document’s clarity and maintain a uniform structure.
1 parent cd0abe1 commit 3cf948b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Additional topics for interview prep:
5050
<br/>
5151
</p>
5252

53-
The provided [Anki flashcard decks](https://apps.ankiweb.net/) use spaced repetition to help you retain key system design concepts.
53+
The provided [Anki flashcard decks](https://apps.ankiweb.net/) use spaced repetition to help you retain key system design concepts:
5454

5555
* [System design deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design.apkg)
5656
* [System design exercises deck](https://github.com/donnemartin/system-design-primer/tree/master/resources/flash_cards/System%20Design%20Exercises.apkg)
@@ -225,7 +225,7 @@ You can use the following steps to guide the discussion. To help solidify this
225225

226226
### Step 1: Outline use cases, constraints, and assumptions
227227

228-
Gather requirements and scope the problem. Ask questions to clarify use cases and constraints. Discuss assumptions.
228+
Gather requirements and scope the problem. Ask questions to clarify use cases and constraints. Discuss assumptions:
229229

230230
* Who is going to use it?
231231
* How are they going to use it?
@@ -238,7 +238,7 @@ Gather requirements and scope the problem. Ask questions to clarify use cases a
238238

239239
### Step 2: Create a high level design
240240

241-
Outline a high level design with all important components.
241+
Outline a high level design with all important components:
242242

243243
* Sketch the main components and connections
244244
* Justify your ideas
@@ -1116,7 +1116,7 @@ Reasons for **NoSQL**:
11161116
* Very data intensive workload
11171117
* Very high throughput for IOPS
11181118

1119-
Sample data well-suited for NoSQL:
1119+
Sample data well-suited for **NoSQL**:
11201120

11211121
* Rapid ingest of clickstream and log data
11221122
* Leaderboard or scoring data

0 commit comments

Comments
 (0)