diff --git a/examples/amm/README.md b/examples/amm/README.md index 56dfbad62c4..2e4100661ed 100644 --- a/examples/amm/README.md +++ b/examples/amm/README.md @@ -185,7 +185,7 @@ Note: The above mutation has to be performed from `http://localhost:8080`. Before performing any operation we need to provide liquidity to it, so we will use the `AddLiquidity` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_1/applications/$AMM_APPLICATION_ID"`. -To perform `AddLiquidity` operation: +To perform the `AddLiquidity` operation: ```gql,uri=http://localhost:8080/chains/$CHAIN_1/applications/$AMM_APPLICATION_ID mutation { @@ -209,7 +209,7 @@ mutation { Note: The above mutation has to be performed from `http://localhost:8080`. -To perform `Swap` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID"` and +To perform the `Swap` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID"` and perform the following mutation: ```gql,uri=http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID diff --git a/examples/amm/src/lib.rs b/examples/amm/src/lib.rs index e9b22abe0eb..301f3bfaf80 100644 --- a/examples/amm/src/lib.rs +++ b/examples/amm/src/lib.rs @@ -189,7 +189,7 @@ Note: The above mutation has to be performed from `http://localhost:8080`. Before performing any operation we need to provide liquidity to it, so we will use the `AddLiquidity` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_1/applications/$AMM_APPLICATION_ID"`. -To perform `AddLiquidity` operation: +To perform the `AddLiquidity` operation: ```gql,uri=http://localhost:8080/chains/$CHAIN_1/applications/$AMM_APPLICATION_ID mutation { @@ -213,7 +213,7 @@ mutation { Note: The above mutation has to be performed from `http://localhost:8080`. -To perform `Swap` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID"` and +To perform the `Swap` operation, navigate to the URL you get by running `echo "http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID"` and perform the following mutation: ```gql,uri=http://localhost:8080/chains/$CHAIN_2/applications/$AMM_APPLICATION_ID