Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Aug 16, 2024
1 parent e7685ee commit 12018a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The project is split up into several crates in the `crates/` directory:

* Libraries:
* [**cdk**](./crates/cdk/): Rust implementation of Cashu protocol.
* [**cdk-sqlite**](./crates/cdk-sqlite/): Sqlite Storage backend.
* [**cdk-sqlite**](./crates/cdk-sqlite/): SQLite Storage backend.
* [**cdk-redb**](./crates/cdk-redb/): Redb Storage backend.
* [**cdk-rexie**](./crates/cdk-rexie/): Rexie Storage backend for browsers
* [**cdk-axum**](./crates/cdk-axum/): Axum webserver for mint.
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-rexie/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Cashu Development Kit Redb Storage Backend
# Cashu Development Kit Rexie Storage Backend

**ALPHA** This library is in early development, the api will change and should be used with caution.

Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "cdk-sqlite"
version = { workspace = true }
edition = "2021"
authors = ["CDK Developers"]
description = "Sqlite storage backend for CDK"
description = "SQLite storage backend for CDK"
license.workspace = true
homepage.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/cdk-sqlite/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Cashu Development Kit Redb Storage Backend
# Cashu Development Kit SQLite Storage Backend

**ALPHA** This library is in early development, the api will change and should be used with caution.

Expand Down

0 comments on commit 12018a7

Please # to comment.