소스 검색

Update README

Maddie Zhan 6 년 전
부모
커밋
ac7ca94cf7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -22,6 +22,7 @@ Works with mobile versions too.
 * Telemetry (optional)
 * Results sharing (optional)
 * Multiple Points of Test (optional)
+* Compatible with PHP frontend predefined endpoints (with `.php` suffixes)
 
 ![Screenshot](https://speedtest.fdossena.com/mpot_v6.gif)
 
@@ -97,7 +98,6 @@ You need Go 1.13+ to compile the binary.
 - Since there is no CGo-free SQLite implementation available, I've opted to use [BoltDB](https://github.com/etcd-io/bbolt)
   instead, as an embedded database alternative to SQLite
 - Test IDs are generated ULID, there is no option to change them to plain ID
-- API endpoints have the same names, except the `.php` extension (e.g `empty`, `garbage`, `getIP`)
 - You can use the same HTML template from the PHP implementation
 - There might be a slight delay on program start if your Internet connection is slow. That's because the program will
 attempt to fetch your current network's ISP info for distance calculation between your network and the speed test client's.