From 3901bbb40104088c01f5091da76010572f9126ce Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 24 Apr 2020 09:33:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf4daf2d..1cf1c731c 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Usage documentation is available: * [Performance](doc/performance.md) shows some more advanced scenarios and how to tune for them. * [Implementation Selection](doc/implementation-selection.md) describes runtime CPU detection and how you can work with it. -* [API](https://simdjson.org/api/0.3.0/annotated.html) contains the automatically generated API documentation. +* [API](https://simdjson.org/api/0.3.1/annotated.html) contains the automatically generated API documentation. Performance results -------------------