Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Oct 20, 2024
1 parent 0a693a8 commit 4bd81f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions crates/xdid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<!-- cargo-rdme start -->

Simple [DID](https://www.w3.org/TR/did-core/) implementation, in Rust.
Simple [DID](https://www.w3.org/TR/did-core/) library.

Add support for new methods using the [Method](xdid_core::Method) trait,
then create a [Resolver] to parse and resolve DIDs.
then create a [Resolver](resolver::Resolver) to parse and resolve DIDs.

<!-- cargo-rdme end -->
4 changes: 2 additions & 2 deletions crates/xdid/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Simple [DID](https://www.w3.org/TR/did-core/) implementation, in Rust.
//! Simple [DID](https://www.w3.org/TR/did-core/) library.
//!
//! Add support for new methods using the [Method](xdid_core::Method) trait,
//! then create a [Resolver] to parse and resolve DIDs.
//! then create a [Resolver](resolver::Resolver) to parse and resolve DIDs.

mod resolver;

Expand Down

0 comments on commit 4bd81f3

Please sign in to comment.