Browse Source

Bumped version to 5.2.2; Updated README.md

dosse91 5 years ago
parent
commit
d6877577d5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      speedtest.js

+ 1 - 1
README.md

@@ -42,7 +42,7 @@ A template to build an Android client for your LibreSpeed installation is availa
 Please see the `docker` branch
 Please see the `docker` branch
 
 
 ## Go backend
 ## Go backend
-A Go implementation is available in the `go` branch, maintained by [Maddie Zhan](https://github.com/maddie).
+A Go implementation is available in the [`speedtest-go`](https://github.com/librespeed/speedtest-go) repo, maintained by [Maddie Zhan](https://github.com/maddie).
 
 
 ## Node.js backend
 ## Node.js backend
 A partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment.
 A partial Node.js implementation is available in the `node` branch, developed by [dunklesToast](https://github.com/dunklesToast). It's not recommended to use at the moment.

+ 1 - 1
speedtest.js

@@ -49,7 +49,7 @@ function Speedtest() {
   this._settings = {}; //settings for the speedtest worker
   this._settings = {}; //settings for the speedtest worker
   this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
   this._state = 0; //0=adding settings, 1=adding servers, 2=server selection done, 3=test running, 4=done
   console.log(
   console.log(
-    "LibreSpeed by Federico Dossena v5.2.1 - https://github.com/librespeed/speedtest"
+    "LibreSpeed by Federico Dossena v5.2.2 - https://github.com/librespeed/speedtest"
   );
   );
 }
 }