File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Here is the same macro used inline:
127
127
[[[ <b >@{</b >some_macro("username", "red", "blue")<b >}</b > ]]]
128
128
</pre >
129
129
130
- This will ouput :
130
+ This will output :
131
131
132
132
```
133
133
[[[ Hello, username!
@@ -524,8 +524,8 @@ Lines starting with `@` followed by space or a line break are treated as comment
524
524
const builder = require (' Builder' );
525
525
526
526
// 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 >" ;
529
529
530
530
const output = builder .machine .execute (` @include "${ inputFile} "` );
531
531
```
@@ -536,7 +536,7 @@ Lines starting with `@` followed by space or a line break are treated as comment
536
536
537
537
<pre >
538
538
npm i -g Builder
539
- pleasebuild [-D<i >< ; variable> ; </i > <i >< ; value> ; </i >...] [-l] [--github-user <i >< ; usename > ; </i > --github-token <i >< ; token> ; </i >] [-l] <i >< ; input_file> ; </i >
539
+ pleasebuild [-D<i >< ; variable> ; </i > <i >< ; value> ; </i >...] [-l] [--github-user <i >< ; username > ; </i > --github-token <i >< ; token> ; </i >] [-l] <i >< ; input_file> ; </i >
540
540
</pre >
541
541
542
542
where:
You can’t perform that action at this time.
0 commit comments