diff --git a/README.md b/README.md index d59aa886..b49d1160 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ This binary was compiled on CentOS, and tested on CentOS/Ubuntu wget http://opengene.org/fastp/fastp chmod a+x ./fastp -# or download specified version, i.e. fastp v0.23.4 -wget http://opengene.org/fastp/fastp.0.23.4 -mv fastp.0.23.4 fastp +# or download specified version, i.e. fastp v1.3.3 +wget http://opengene.org/fastp/fastp.1.3.3 +mv fastp.1.3.3 fastp chmod a+x ./fastp ``` ## or compile from source