diff --git a/README.md b/README.md
index b3850a10ef2e931997e535d90a7a755a543761aa..ca4b73da84ad2d10bf3bbbce1d1ec48d81d147fb 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 |estimated GFlops|code|description|system|date|
 |---|---|---|---|---|
 |88,333|[mpimppi.c](hybrid/mpimppi.c)|C, MPI+OpenMP, 1024 nodes, 64 cores/node, 4 threads/core<br>cc mpimppi.c -o mpimppi -O3 -ffast-math -fopenmp|Argonne ALCF Theta<br>Cray XC40|Oct 9, 2019|
-|5,738.|[cudapit.cu](CUDA/cudapit.cu)|C++, CUDA, 4 GPUs, 5120 cores/GPU|NVIDIA V100|March 1, 2020|
+|5,738|[cudapit.cu](CUDA/cudapit.cu)|C++, CUDA, 4 GPUs, 5120 cores/GPU|NVIDIA V100|March 1, 2020|
 |2,117|[mpipi2.c](MPI/mpipi2.c)|C, MPI, 10 nodes, 96 cores/node<br>mpicc mpipi2.c -o mpipi2 -O3 -ffast-math|Intel 2x Xeon Platinum 8175M|Oct 24, 2019|
 |2,102|[mpipi2.py](Python/mpipi2.py)|Python, Numba, MPI<br>10 nodes, 96 cores/node|Intel 2x Xeon Platinum 8175M|Feb 6, 2020|
 |1,635|[cudapi.cu](CUDA/cudapi.cu)|C++, CUDA, 5120 cores|NVIDIA V100|March 1, 2020|