Skip to content

Commit c100471

Browse files
Merge pull request #10 from kir-rescomp/dev
change code block type from markdown to bash for better colour spectrum
2 parents 73f2ed9 + 923801a commit c100471

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/episode-01.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ This section contains your package metadata:
354354

355355
**`README.md`**
356356

357-
```markdown
357+
```bash
358358
# kir-pydemo
359359

360360
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
388388
## License
389389

390390
MIT
391-
```
391+
```bash
392392
393393
### Step 5: Install in Editable Mode
394394

0 commit comments

Comments
 (0)