From 755d62de376751da237993df886b1bf932c0b142 Mon Sep 17 00:00:00 2001 From: Dario Izzo Date: Thu, 23 Feb 2023 08:53:44 +0100 Subject: [PATCH] [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c8f97e..d992871 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ Notable features include: * an original collision detection algorithm exploiting high order Taylor expansions. * guaranteed detection of all occuring collisions and conjunctions. * high precision orbital propagation via Taylor integration. -* possibility to define custom dynamics, -* seamless usage of modern SIMD instruction sets (including AVX/AVX2/AVX-512/Neon/VSX), +* possibility to define custom dynamics. +* seamless usage of modern SIMD instruction sets (including AVX/AVX2/AVX-512/Neon/VSX). * seamless multi-threaded parallelisation. Installation