Skip to content

Commit

Permalink
Merge pull request #161 from permaweb/twilson63-patch-1
Browse files Browse the repository at this point in the history
Update messaging.md
  • Loading branch information
twilson63 committed Mar 18, 2024
2 parents aaa0908 + baaa5e3 commit 1927649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tutorials/begin/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ aos
We'll use the process ID provided below and store it as a variable called Morpheus.

```sh
46csmSy9ei9erHcRxRELGB22hzOlvDT6FHMqisAE7M4
P2RS2VtQ4XtYEvAXYDulEA9pCBCIRpJDcakTR9aW434
```

Copy the process ID above and store it as a variable by running the below command in the aos CLI:

```sh
Morpheus = "46csmSy9ei9erHcRxRELGB22hzOlvDT6FHMqisAE7M4"
Morpheus = "P2RS2VtQ4XtYEvAXYDulEA9pCBCIRpJDcakTR9aW434"
```

This will store the process ID as a variable called `Morpheus`, making it easier to interact with the specific process ID.
Expand All @@ -64,7 +64,7 @@ When creating the `Morpheus` variable, the only response you should see is `unde
# Check the Morpheus variable by typing `Morpheus`
Morpheus
# Expected Results:
46csmSy9ei9erHcRxRELGB22hzOlvDT6FHMqisAE7M4
P2RS2VtQ4XtYEvAXYDulEA9pCBCIRpJDcakTR9aW434


# If `undefined` is returned,
Expand Down

0 comments on commit 1927649

Please sign in to comment.