diff --git a/rust-counter/README.md b/rust-counter/README.md index 069eb26..2249eec 100644 --- a/rust-counter/README.md +++ b/rust-counter/README.md @@ -4,7 +4,7 @@ Simple counter program using Rust Native and Ephemeral Rollups ## Software Packages -This program has utilized the following sofware packages. +This program has utilized the following software packages. | Software | Version | Installation Guide | | ---------- | ------- | ------------------------------------------------------- | @@ -21,7 +21,6 @@ agave-install init 2.3.13 rustup show rustup install 1.85.0 - ## ✨ Build and Test Build and deploy the program: @@ -31,10 +30,10 @@ cargo build-sbf solana program deploy target/deploy/rust_counter.so ```` -Add wallet (if not a new keypair will be generated) and RPC endpoints to the file example.env and update filename to .env: +Add wallet (if not a new keypair will be generated) and RPC endpoints to the file `example.env` and update filename to `.env`: ```bash -PRIVATE_KEY= +PRIVATE_KEY= ``` Run the tests: diff --git a/rust-counter/tests/kit/rust-counter.test.ts b/rust-counter/tests/kit/rust-counter.test.ts index da960e2..3b5f1b9 100644 --- a/rust-counter/tests/kit/rust-counter.test.ts +++ b/rust-counter/tests/kit/rust-counter.test.ts @@ -92,7 +92,7 @@ describe("basic-test", async () => { it( "Initialize counter on Solana", async () => { - const start = Date.now();`` + const start = Date.now(); // Prepare transaction const accounts = [