GitBook: [docs] 53 pages modified

This commit is contained in:
boneyard93501 2021-04-22 14:30:12 +00:00 committed by gitbook-bot
parent 90ecffeb9c
commit 3dd50fbe0b
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -10,7 +10,7 @@ The general process to create a Fluence \(module\) project is to:
cargo +nightly create your_module_name --release
```
and add the [binary target](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#binaries) and [Flunece Rust SDK](https://crates.io/crates/fce) to the Cargo.toml:
and add the [binary target](https://doc.rust-lang.org/cargo/reference/cargo-targets.html#binaries) and [Fluence Rust SDK](https://crates.io/crates/fce) to the Cargo.toml:
```text
<snip>