about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-09-25 14:56:31 +0200
committerEmile <hanemile@protonmail.com>2019-09-25 14:56:31 +0200
commitc5a4911b25ce22452e2c2202337a90f821b22052 (patch)
treeee52a3f61e6d849119a523131ddec9ffe8c99239
parentd0b15e72a8450ba296b5202417eea5463fef89b2 (diff)
updated an endpoint description
described how a TLE is searched
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 48b1d9c..d8445d6 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,6 @@ manually dump all the TLEs from [celestack](https://celestrak.com/NORAD/elements
 
 `/{category}/{name}`
 dump a specific TLE
+The TLE is searched by printing the first tle matching the given name. So by
+searching for `SIRIUSSAT` from the `stations` category, the TLE of the first
+match (`SIRIUSSAT-1`) will be returned, not `SIRIUSSAT-2`.