Skip to content

Commit d540952

Browse files
authored
Merge pull request #6 from priyanshupal9351/update-readme
for contributor
2 parents d7bea8d + f671b75 commit d540952

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ A **Python 3.8+** installation is required.
121121
```
122122
---
123123

124+
124125
## 4. Concepts & Architecture — explained simply
125126

126127
Before editing code, understand the pieces. I’ll explain each like we’re stacking building blocks.
@@ -131,7 +132,7 @@ Before editing code, understand the pieces. I’ll explain each like we’re sta
131132

132133
**Why it exists:** So every module doesn’t have to reimplement the same plumbing (options, verbose logging, progress updates).
133134

134-
**Key responsibilities:**
135+
**Key responsibilities:**
135136

136137
* Hold `info`, `options`, `advanced_options`, `required_options`.
137138
* Provide `set_option()`, `get_option()`, `show_options()`.

0 commit comments

Comments
 (0)