about summary refs log tree commit diff
diff options
context:
space:
mode:
-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`.