Commit 4c76da9
Merge #301
301: 2.1(QEMU): update app name for git project init r=eldruin a=rwaskiewicz
**What this PR seeks to solve:**
this isn't a huge problem, but only the "Using `git`" section of the book uses
the application name 'awesome-app', which doesn't align with the other
startup sections/commands that follow this section. the workaround is to use
'awesome-app' in lieu of 'app' in commands like `cargo size`.
**Changes:**
update application name in the `Using git` section from `awesome-app`
to `app` to follow along with the rest of the initialization instructions/subsequent
sections of the book. this change is meant to make it easier to follow
instructions that follow this section in the book that use the name of the application
Co-authored-by: Ryan Waskiewicz <ryanwaskiewicz@gmail.com>1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments