From c3c0f35c56ceef85d141d3d1202719ae927d9540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Iglesias=20Pr=C3=A9stamo?= <65736636+angelip2303@users.noreply.github.com> Date: Wed, 5 Jul 2023 14:48:22 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 802d246..b24cd10 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,15 @@ fn main() -> Result<(), String> { ``` +You could also run one of the examples to check how this library works: + +```sh +cargo run --example from_duckdb +``` + +Or follow the guidelines explained in [examples/from_uniprot](https://github.com/angelip2303/pschema-rs/tree/main/examples/from_uniprot) +where a more detailed use-case is shown. + For more information on how to define validation rules, load entities from Wikidata, and process subsets of data, refer to the documentation.