From 6b2605690a9b13bc847f4c099c96e6d5620fb5da Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 18 Oct 2018 11:31:35 +0300 Subject: [PATCH] Fix typo in the word "Continuous" --- README.md | 2 +- build/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0ae59..4ed4d95 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ See the [`/scripts`](scripts/README.md) directory for examples. ### `/build` -Packaging and Continous Integration. +Packaging and Continuous Integration. Put your cloud (AMI), container (Docker), OS (deb, rpm, pkg) package configurations and scripts in the `/build/package` directory. diff --git a/build/README.md b/build/README.md index f387ed1..4279ee5 100644 --- a/build/README.md +++ b/build/README.md @@ -1,6 +1,6 @@ # `/build` -Packaging and Continous Integration. +Packaging and Continuous Integration. Put your cloud (AMI), container (Docker), OS (deb, rpm, pkg) package configurations and scripts in the `/build/package` directory.