From b7c35fefab4ed2714ba352c5408c53d0f0819dff Mon Sep 17 00:00:00 2001 From: Philippe Le Rohellec Date: Sat, 29 Apr 2023 15:03:36 -0700 Subject: [PATCH] Update README.md (#65) VPSBenchmarks does not require Geekbench 5 results anymore, no more need to the "-5 -6" command line options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c02739..3602436 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ Sites supporting submission of YABS JSON results: | Website | Example Command | | --- | --- | | [YABSdb](https://yabsdb.com/) | `curl -sL yabs.sh \| bash -s -- -s "https://yabsdb.com/add"` | -| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL yabs.sh \| bash -s -- -5 -6 -s https://www.vpsbenchmarks.com/yabs/upload` | +| [VPSBenchmarks](https://www.vpsbenchmarks.com/yabs/get_started) | `curl -sL yabs.sh \| bash -s -- -s https://www.vpsbenchmarks.com/yabs/upload` | | [s0c Online](https://s0c.org/) | `curl -sL yabs.sh \| bash -s -- -s https://s0c.org/api/yabs -9` | Example JSON output: [example.json](bin/example.json).