diff options
author | Emile <hanemile@protonmail.com> | 2019-09-25 14:56:31 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-09-25 14:56:31 +0200 |
commit | c5a4911b25ce22452e2c2202337a90f821b22052 (patch) | |
tree | ee52a3f61e6d849119a523131ddec9ffe8c99239 | |
parent | d0b15e72a8450ba296b5202417eea5463fef89b2 (diff) |
updated an endpoint description
described how a TLE is searched
-rw-r--r-- | README.md | 3 |
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`. |