Skip to content

Commit d73e90f

Browse files
committed
wip
1 parent a7c0507 commit d73e90f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/tests_readme.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//! - 双方向通信のサポート
2727
//! - 通知(Notification)のサポート
2828
//! - トランスポートは `tokio` の `AsyncBufRead` と `AsyncWrite` を実装した型であれば何でも可
29-
//! - 標準入出力を使用したトランスポートは `Session::from_stdio` ですぐに利用できる
29+
//! - 標準入出力を使用したトランスポートは `Session::from_stdio` と `Session::from_command` ですぐに利用できる
3030
//! - 小規模な理解しやすい API セット
3131
//!
3232
//! ## インストール
@@ -35,7 +35,7 @@
3535
//!
3636
//! ```toml
3737
//! [dependencies]
38-
//! jsoncall = "0.1.0"
38+
//! jsoncall = "0.0.1"
3939
//! ```
4040
//!
4141
//! ## 使用方法

0 commit comments

Comments
 (0)