Skip to content

Commit

Permalink
tutorial typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pnordahl committed Sep 4, 2024
1 parent 73d025a commit db84585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ monorail-bash exec -c hello_world

which prints...
```
Hello, world.. from rust!
Hello, world... from rust!
```

Notice that we did not have to specify targets; `monorail-bash` used the output from `monorail analyze` to figure that out and then call the `hello_world` function for those targets that have defined it.
Expand All @@ -593,7 +593,7 @@ Sep 03 09:40:17 monorail-bash : target (inferred): rust
Sep 03 09:40:17 monorail-bash : target (inferred): rust/target1
Sep 03 09:40:17 monorail-bash : target (inferred): rust/target2
Sep 03 09:40:17 monorail-bash : Executing command; command: hello_world, target: rust
Hello, world.. from rust!
Hello, world... from rust!
Sep 03 09:40:17 monorail-bash : NOTE: Script not found; command: hello_world, target: rust/target1
Sep 03 09:40:17 monorail-bash : NOTE: Script not found; command: hello_world, target: rust/target2
```
Expand Down Expand Up @@ -622,7 +622,7 @@ monorail-bash exec -t rust -c hello_world
```

```
Hello, world.. from rust!
Hello, world... from rust!
```

For more information, execute `monorail-bash -h`, and `monorail-bash exec -h`.
Expand Down

0 comments on commit db84585

Please sign in to comment.