Skip to content

Commit

Permalink
Review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Feb 6, 2024
1 parent c445f6e commit 4d1ff05
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions bindings/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ an environment variable `RUSTFLAGS` to `-C target-feature=+crt-static`.

To install the library with yarn, you only need to run the following:

#### Yarn:

```sh
yarn add @iota/sdk
```
Expand Down
2 changes: 0 additions & 2 deletions bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ environments.**

To install the library with yarn, you only need to run the following:

#### yarn

```bash
yarn add @iota/sdk-wasm
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ where
/// foundry_metadata: None
/// };
///
/// let tx = account.create_native_token(params, None,).await?;
/// let tx = account.create_native_token(params, None).await?;
/// println!("Transaction created: {}", tx.transaction_id);
/// if let Some(block_id) = tx.block_id {
/// println!("Block sent: {}", block_id);
Expand Down

0 comments on commit 4d1ff05

Please sign in to comment.