diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-02-25 07:42:08 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-03-11 21:07:52 -0800 |
commit | c8681cc40f7486f58e7309a4952fc0f2bf9e316f (patch) | |
tree | 6f1b5609fc3745771654aa578722c0bdc80165e2 | |
parent | 6cc8dde794bd56077e0e2eb5d303e958cc553b68 (diff) | |
download | meta-security-c8681cc40f7486f58e7309a4952fc0f2bf9e316f.tar.gz |
README.md: fix typo
Fix typo in parsec-tools to parsec-tool
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-parsec/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-parsec/README.md b/meta-parsec/README.md index bb4c2b9..85e0d10 100644 --- a/meta-parsec/README.md +++ b/meta-parsec/README.md | |||
@@ -80,7 +80,7 @@ Manual testing with runqemu | |||
80 | This layer also contains a recipe for pasec-tool which can be used for | 80 | This layer also contains a recipe for pasec-tool which can be used for |
81 | manual testing of the Parsec service: | 81 | manual testing of the Parsec service: |
82 | 82 | ||
83 | IMAGE_INSTALL:append = " parsec-tools" | 83 | IMAGE_INSTALL:append = " parsec-tool" |
84 | 84 | ||
85 | There are a series of Parsec Demo videos showing how to use parsec-tool | 85 | There are a series of Parsec Demo videos showing how to use parsec-tool |
86 | to test the Parsec service base functionality: | 86 | to test the Parsec service base functionality: |