Comment syntax markdown fix

This commit is contained in:
Anne de Jong 2024-07-18 17:40:57 +02:00
parent c9e7418b3a
commit ada5bfb427

View File

@ -6,9 +6,7 @@ and processing of (multi) sensor data in real time on a PC and output results.
## Note to potential users ## Note to potential users
** This crate is still under heavy development. API changes happen on the fly. **This crate is still under heavy development. API changes happen on the fly. Documentation is not finished. Use with caution but except things to be broken and buggy.**
Documentation is not finished. Use with caution but except things to be broken
and buggy.**
## Documentation ## Documentation
@ -19,6 +17,6 @@ Documentation is provided at [doc.rs](https://docs.rs/lasprs/latest/lasprs).
The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via: The library has Python bindings (via [pyo3](https://pyo3.rs), which can be installed via:
``` ```
$ pip install git+https://code.ascee.nl/ascee/lasprs $ pip install git+https://code.ascee.nl/ascee/lasprs --install-option "--all-features"
``` ```