From 0b493f5a75f12ea573a6a5a16e4bafb5c4e066af Mon Sep 17 00:00:00 2001 From: Samuel Cavalcanti Date: Tue, 24 Oct 2023 09:37:04 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f41c593..27abeb5 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ export RUST_LOG="trace"; cargo run --example=simple_test ## Porting C++ client to Rust client The **RemoteAPIObjects.h** has 3750 lines of code, so to port all the -functions, I create a kind of [c_transpiler](c_transpiler/). +functions, I created a kind of [c_transpiler](c_transpiler/). ## diferences between C++ client and Rust client