From a595813653df0d73cb9e4f119419213f50347452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Dole=C5=BEal?= Date: Mon, 30 Sep 2024 18:47:48 +0200 Subject: [PATCH] Fixed a typo in link in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ca803c1..73279d67 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The following third-party crates are using or extending Sophia * [`hdt`](https://crates.io/crates/hdt) provides an implementation of Sophia's traits based on the [HDT](https://www.rdfhdt.org/) format. * [`manas`](https://crates.io/crates/manas) is a modular framework for implementing [Solid](https://solidproject.org/) compatible servers -* [`nanopub`](https://crates.io/crates/nanopub) is a toolkit for managing [nanopublications(https://nanopub.net/) +* [`nanopub`](https://crates.io/crates/nanopub) is a toolkit for managing [nanopublications](https://nanopub.net/) ## History