From 7b932220d531888fb4c6ffcd8889b7d49a37f465 Mon Sep 17 00:00:00 2001 From: Cesar Munoz Date: Wed, 7 Feb 2024 16:37:03 -0500 Subject: [PATCH] Updated doc --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index ed8fce69..dfce2504 100644 --- a/docs/index.md +++ b/docs/index.md @@ -297,9 +297,9 @@ string representation supported by DAIDALUS. | Units | String | | --|-- | | milliseconds | `"ms"` | -| seconds | `"s"` | +| seconds | `"s"`, `"sec"` | | minutes | `"min"` | -| hours | `"h"` | `"hr"` | +| hours | `"h"`, `"hr"` | | meters | `"m"` | | kilometers | `"km"` | | nautical miles | `"nmi"`, `"NM"` |