Skip to content

Commit 9374e4a

Browse files
committed
Update doc intro
1 parent 771dc5e commit 9374e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- DO NOT EDIT: the rest of this file is autogenerated from `src/lib.rs` by `cargo rdme`. -->
44
<!-- cargo-rdme start -->
55

6-
This is a Rust implementation of the [ASCOM Alpaca API](https://ascom-standards.org/api/).
6+
This is a Rust implementation of the standard [ASCOM Alpaca API](https://ascom-standards.org/api/) for astronomy devices.
77

88
It implements main Alpaca API clients and servers, as well as transparent support for auto-discovery mechanism and `ImageBytes` encoding for camera images.
99

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
This is a Rust implementation of the [ASCOM Alpaca API](https://ascom-standards.org/api/).
2+
This is a Rust implementation of the standard [ASCOM Alpaca API](https://ascom-standards.org/api/) for astronomy devices.
33
44
It implements main Alpaca API clients and servers, as well as transparent support for auto-discovery mechanism and `ImageBytes` encoding for camera images.
55

0 commit comments

Comments
 (0)