diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf8b9e39a0..b57d32b6c3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ If you're interested in contributing documentation, please note the following: ## Developer Certificate Of Origin ## -To contribute to this project, you must agree to the Developer Certificate of Origin (DCO) for each commit you make. The DCO is a simple statement that you, as a contributor, have the legal rite to make the contribution. +To contribute to this project, you must agree to the Developer Certificate of Origin (DCO) for each commit you make. The DCO is a simple statement that you, as a contributor, have the legal right to make the contribution. See the [DCO](DCO) file for the full text of what you must agree to. diff --git a/README.md b/README.md index f9beec482e..8ad23359e7 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ There are two major ways that K3s is lighter weight than upstream Kubernetes: 1. The memory footprint to run it is smaller 2. The binary, which contains all the non-containerized components needed to run a cluster, is smaller -The memory footprint is reduced primarily by running many components inside of single process. This eliminates significant overhead that would otherwise be duplicated for each component. +The memory footprint is reduced primarily by running many components inside of a single process. This eliminates significant overhead that would otherwise be duplicated for each component. The binary is smaller by removing third-party storage drivers and cloud providers, which is explained in more detail below.