Skip to content

Commit 231d221

Browse files
Fix typos
1 parent 5dcff01 commit 231d221

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Here is the same macro used inline:
127127
[[[ <b>@{</b>some_macro("username", "red", "blue")<b>}</b> ]]]
128128
</pre>
129129

130-
This will ouput:
130+
This will output:
131131

132132
```
133133
[[[ Hello, username!
@@ -524,8 +524,8 @@ Lines starting with `@` followed by space or a line break are treated as comment
524524
const builder = require('Builder');
525525

526526
// Provide GitHub credentials (optional)
527-
builder.machine.readers.github.username = "<usename>";
528-
builder.machine.readers.github.token = "<personal access token>";
527+
builder.machine.readers.github.username = "<username>";
528+
builder.machine.readers.github.token = "<personal_access_token>";
529529

530530
const output = builder.machine.execute(`@include "${inputFile}"`);
531531
```
@@ -536,7 +536,7 @@ Lines starting with `@` followed by space or a line break are treated as comment
536536

537537
<pre>
538538
npm i -g Builder
539-
pleasebuild [-D<i>&lt;variable&gt;</i> <i>&lt;value&gt;</i>...] [-l] [--github-user <i>&lt;usename&gt;</i> --github-token <i>&lt;token&gt;</i>] [-l] <i>&lt;input_file&gt;</i>
539+
pleasebuild [-D<i>&lt;variable&gt;</i> <i>&lt;value&gt;</i>...] [-l] [--github-user <i>&lt;username&gt;</i> --github-token <i>&lt;token&gt;</i>] [-l] <i>&lt;input_file&gt;</i>
540540
</pre>
541541

542542
where:

0 commit comments

Comments
 (0)