Skip to content

Commit bc136d7

Browse files
authored
Merge pull request #10 from aws4embeddedlinux/robhath-patch-1
Update README.md
2 parents 0b51d67 + 47a5339 commit bc136d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ To deploy _all_ the pipeline examples, you can use the CDK deploy command:
2929
cdk deploy --all
3030
```
3131

32-
Alternatively to deploy just a specific pipeline example, you can use the CDK deploy command:
32+
Alternatively, to deploy just a specific pipeline example, you can use the CDK deploy command:
3333

34-
EXAMPLE can be one or more of those: PokyPipeline, QemuEmbeddedLinuxPipeline, PokyAmiPipeline, KasPipeline, RenesasPipeline, NxpImxPipeline
34+
\<EXAMPLE\> can be one or more of: PokyPipeline, QemuEmbeddedLinuxPipeline, PokyAmiPipeline, KasPipeline, RenesasPipeline, NxpImxPipeline
3535

3636
```bash
3737
cdk deploy <EXAMPLE>
@@ -89,7 +89,7 @@ Example stack name: PokyAmiPipeline
8989
This example will build an image for
9090
the [i.MX 6ULL EVK](https://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/evaluation-kit-for-the-i-mx-6ull-and-6ulz-applications-processor:MCIMX6ULL-EVK) board.
9191

92-
NXP requires users to accept and comply with a EULA in order to build and as such the buildspec will require modification before the build succeeds. See the [IMX Yocto Users Guide](https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf) for more detail.
92+
NXP requires users to accept and comply with a EULA in order to build and, for this reason, the buildspec will require modification before the build succeeds. See the [IMX Yocto Users Guide](https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf) for more detail.
9393

9494
The pipeline name starts with `NxpImxPipeline-` in the CodePipeline page.
9595

0 commit comments

Comments
 (0)