From 9374e4a04873908ecfcb5b40f330343852511569 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Sun, 14 May 2023 15:29:46 +0100 Subject: [PATCH] Update doc intro --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 71fe0bb..c4a2696 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ -This is a Rust implementation of the [ASCOM Alpaca API](https://ascom-standards.org/api/). +This is a Rust implementation of the standard [ASCOM Alpaca API](https://ascom-standards.org/api/) for astronomy devices. It implements main Alpaca API clients and servers, as well as transparent support for auto-discovery mechanism and `ImageBytes` encoding for camera images. diff --git a/src/lib.rs b/src/lib.rs index 9bd114e..ee65483 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ /*! -This is a Rust implementation of the [ASCOM Alpaca API](https://ascom-standards.org/api/). +This is a Rust implementation of the standard [ASCOM Alpaca API](https://ascom-standards.org/api/) for astronomy devices. It implements main Alpaca API clients and servers, as well as transparent support for auto-discovery mechanism and `ImageBytes` encoding for camera images.