Skip to content

Commit

Permalink
Fix image extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Lun4m authored and intarga committed Apr 29, 2024
1 parent 4849537 commit 715aa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ You can set up your own ROVE instance connected to your own data source. It can
Of particular note, you will need to provide implementations of [the DataConnector Trait](https://docs.rs/rove/latest/rove/data_switch/trait.DataConnector.html) so that ROVE knows how to talk to your data sources. Some real-world examples of DataConnector implementations can be found under [met_connectors](https://github.com/metno/rove/tree/trunk/met_connectors/src), where frost talks to a http REST API, and lustre_netatmo reads data from csv files over Network File System.

## Overview of architecture
![component diagram](https://github.com/metno/rove/blob/trunk/docs/Confident_Component.png?raw=true)
![component diagram](https://github.com/metno/rove/blob/trunk/docs/Confident_Component.svg)

## Documentation
Crate documentation is available [here](https://docs.rs/rove/).
Expand Down

0 comments on commit 715aa75

Please sign in to comment.