Skip to content

Commit a7fd804

Browse files
committed
Update readme
1 parent 0b72fe4 commit a7fd804

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "ISC"
99
repository = "https://github.com/589labs/xrpl-rust"
1010

1111
keywords = ["xrpl", "no_std"]
12-
categories = ["dlt", "api", "no-std"]
12+
categories = ["no-std"]
1313

1414
[package.metadata.release]
1515
no-dev-version = true

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# xrpl-rust ![Downloads](https://img.shields.io/crates/d/xrpl)
1+
# xrpl-rust ![Downloads](https://img.shields.io/crates/d/xrpl-rust)
22
[![latest]][crates.io] [![deps_status]][deps] [![audit_status]][audit] [![unit_status]][unit]
33

4-
[latest]: https://img.shields.io/crates/v/xrpl.svg
5-
[crates.io]: https://crates.io/crates/xrpl
4+
[latest]: https://img.shields.io/crates/v/xrpl-rust.svg
5+
[crates.io]: https://crates.io/crates/xrpl-rust
66

7-
[docs_status]: https://docs.rs/xrpl/badge.svg
8-
[docs]: https://docs.rs/xrpl
7+
[docs_status]: https://docs.rs/xrpl-rust/badge.svg
8+
[docs]: https://docs.rs/xrpl-rust
99

1010
[deps_status]: https://deps.rs/repo/github/589labs/xrpl-rust/status.svg
1111
[deps]: https://deps.rs/repo/github/589labs/xrpl-rust

0 commit comments

Comments
 (0)