Skip to content

Commit

Permalink
Update doc intro
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed May 14, 2023
1 parent 771dc5e commit 9374e4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- DO NOT EDIT: the rest of this file is autogenerated from `src/lib.rs` by `cargo rdme`. -->
<!-- cargo-rdme start -->

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.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 9374e4a

Please sign in to comment.