From e04348c6c741c897c7b7b3c28e9d900775448646 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20R=C3=A4is=C3=A4nen?= Date: Fri, 9 Dec 2022 01:25:51 +0200 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efe2d4b..4d42573 100644 --- a/README.md +++ b/README.md @@ -47,4 +47,4 @@ Orbit can be initialized from Keplerian Elements from the "Keplerian Elements" f 2. The Earth day and night textures are from the Solar System Scope [website](https://www.solarsystemscope.com/textures/). 3. The search bar is implemented with [autoComplete.js](https://tarekraafat.github.io/autoComplete.js/#/). See license at [https://github.com/vsr83/OrbitsGL/tree/main/imports/LICENSE.autoComplete.txt](imports/LICENSE.autoComplete.txt). The CSS style file has been modified. 4. The controllers have been implemented with [dat.gui](https://github.com/dataarts/dat.gui). See license at [https://github.com/vsr83/OrbitsGL/tree/main/imports/LICENSE.dat.gui.txt](imports/LICENSE.dat.gui.txt). -5. The SGP4 propagation has been implemented with the [satellite.js](https://github.com/shashwatak/satellite-js). See license at [https://github.com/vsr83/OrbitsGL/tree/main/imports/LICENSE.satellite.js.txt](imports/LICENSE.satellite.js.txt.txt). +5. The SGP4 propagation has been implemented with the [satellite.js](https://github.com/shashwatak/satellite-js). See license at [https://github.com/vsr83/OrbitsGL/tree/main/imports/LICENSE.satellite.js.txt](imports/LICENSE.satellite.js.txt).