diff --git a/code/api/readme.md b/code/api/readme.md index 0b4981d2..4b19381f 100644 --- a/code/api/readme.md +++ b/code/api/readme.md @@ -5,4 +5,6 @@ are necessary for speaking to them. They each implement the abstract client clas [service-client](../common/service-client). All that is necessary is to `@Inject` them into the constructor and then -requests can be sent. \ No newline at end of file +requests can be sent. + +**Note:** If you are looking for the public API, it's handled by the api service in [services-satellite/api-service](../services-satellite/api-service).