Skip to content

Commit

Permalink
update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed May 19, 2024
1 parent 0992071 commit 20f5bac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ each new implementation reintroduces potential weaknesses.
Karyon provides developers with the components and tools needed to create
decentralized apps. By offering a robust infrastructure, Karyon simplifies the
complexities associated with building p2p apps. Karyon's primary goal
is to make the process of decentralization more achievable and efficient for
is to make decentralization more achievable and efficient for
developers everywhere, pushing for a future where software is more open,
secure, and free from central control.

Expand Down
2 changes: 1 addition & 1 deletion jsonrpc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ features:

## Example

```
```rust
use std::sync::Arc;

use serde_json::Value;
Expand Down
6 changes: 3 additions & 3 deletions jsonrpc/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
//! A fast and lightweight async implementation of [JSON-RPC
//! 2.0](https://www.jsonrpc.org/specification).
//!
//! features:
//!
//! features:
//! - Supports TCP, TLS, WebSocket, and Unix protocols.
//! - Uses smol(async-std) as the async runtime, but also supports tokio via
//! - Uses smol(async-std) as the async runtime, but also supports tokio via
//! the `tokio` feature.
//! - Allows registration of multiple services (structs) of different types on a
//! single server.
Expand Down

0 comments on commit 20f5bac

Please sign in to comment.