diff options
author | Franciosi <andre@franciosi.org> | 2021-10-26 16:47:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 16:47:30 -0400 |
commit | 80f11430e11984bc9945de39179deabe8eca6c4d (patch) | |
tree | e9e12d4c3b7a36ee54f5348528ba35bda11240b2 /README.md | |
parent | a522971938611eb2c630257449369ecf03156d47 (diff) | |
download | vyos-1x-80f11430e11984bc9945de39179deabe8eca6c4d.tar.gz vyos-1x-80f11430e11984bc9945de39179deabe8eca6c4d.zip |
Quick Improvements in README.md
Quick ones, mostly caps
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# vyos-1x: VyOS 1.2.0+ configuration scripts and data +# vyos-1x: VyOS 1.2.0+ Configuration Scripts and Data [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=vyos%3Avyos-1x&metric=coverage)](https://sonarcloud.io/component_measures?id=vyos%3Avyos-1x&metric=coverage) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fvyos%2Fvyos-1x?ref=badge_shield) @@ -69,7 +69,7 @@ pipenv shell make test ``` -### Runtime (Smoketests) +### Runtime (Smoke Tests) Runtime tests are executed by the CI system on a running VyOS instance inside QEMU. The testcases can be found inside the smoketest subdirectory which will |