From 61e7c4740d0df12cb6914da8dfb83b9fa6fbfcdc Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Wed, 7 Aug 2024 22:50:30 +0700 Subject: [PATCH] Update wording from `ubuntu` to `Ubuntu` at README.md (#2830) Update wording from `ubuntu` to `Ubuntu`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18d566b61f..699b607ac3 100644 --- a/README.md +++ b/README.md @@ -317,7 +317,7 @@ First make sure you have [Docker](https://www.docker.com/community-edition) inst - `docker-compose -f docker/docker-compose.yaml -f docker/docker-compose.2204.57.yaml run test` - Will create a base image using Ubuntu 22.04 and Swift 5.7, compile SwiftNIO and run the unit and integration tests. Files exist for other ubuntu and swift versions in the docker directory. + Will create a base image using Ubuntu 22.04 and Swift 5.7, compile SwiftNIO and run the unit and integration tests. Files exist for other Ubuntu and swift versions in the docker directory. ## Developing SwiftNIO