diff --git a/core/double-ratchets/README.md b/core/double-ratchets/README.md index 974deda..ad33caf 100644 --- a/core/double-ratchets/README.md +++ b/core/double-ratchets/README.md @@ -23,12 +23,3 @@ cargo run --example double_ratchet_basic cargo run --example storage_demo --features storage cargo run --example storage_demo --features sqlcipher ``` - -Run Nim FFI example, - -```bash -# In the root folder (libchat) -cargo build --release -# In ffi-nim-example folder -nimble run -```