Skip to content

Commit dd9e372

Browse files
committed
Changelog typo
1 parent 22dcbc3 commit dd9e372

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ nextflow.py can be installed using pip::
3939

4040
$ pip install nextflowpy
4141

42+
If you get permission errors, try using ``sudo``::
43+
44+
$ sudo pip install nextflowpy
45+
46+
4247
Development
4348
~~~~~~~~~~~
4449

@@ -229,7 +234,7 @@ Changelog
229234
Release 0.6.0
230235
~~~~~~~~~~~~~
231236

232-
`24th May 2023`
237+
`24th May, 2023`
233238

234239
* Added ability to use custom runners for starting jobs.
235240
* Removed pipeline class to.

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog
44
Release 0.6.0
55
~~~~~~~~~~~~~
66

7-
`24th May 2023`
7+
`24th May, 2023`
88

99
* Added ability to use custom runners for starting jobs.
1010
* Removed pipeline class to.

0 commit comments

Comments
 (0)