Skip to content

Commit 1897673

Browse files
committed
Fix typo in README.md [ci skip]
1 parent c1372b3 commit 1897673

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ jobs:
217217
with:
218218
name: sdist
219219
path: dist
220-
- name: Install setuptools
221-
run: python -m pip install setuptools
222220
- name: Extract package version
223221
run: echo PKGVER=$(echo '${{ github.ref }}' | cut -d'v' -f2) >> $GITHUB_ENV
224222
- name: Compute SHA256 of source distribution

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ of the documentation for other ways to install Pyrodigal on your machine.
141141
## 💡 Example
142142

143143
Let's load a sequence from a
144-
[GenBank](http://www.insdc.org/files/feature_table.html) file, use an `GeneFinder`
144+
[GenBank](http://www.insdc.org/files/feature_table.html) file, use a `GeneFinder`
145145
to find all the genes it contains, and print the proteins in two-line FASTA
146146
format.
147147

0 commit comments

Comments
 (0)