We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f2ed9 + 923801a commit c100471Copy full SHA for c100471
1 file changed
docs/episode-01.md
@@ -354,7 +354,7 @@ This section contains your package metadata:
354
355
**`README.md`**
356
357
-```markdown
+```bash
358
# kir-pydemo
359
360
A demonstration package for DNA sequence analysis, created as part of the Python Packaging Basics training series.
@@ -388,7 +388,7 @@ print(f"Reverse complement: {rev_comp}") # Output: Reverse complement: GCATGCAT
388
## License
389
390
MIT
391
-```
392
393
### Step 5: Install in Editable Mode
394
0 commit comments