From 0498d7dbc9cada3ca0493dc47ff998b4b5749762 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 10 Aug 2020 14:07:22 -0400 Subject: [PATCH] readme: minor grammatical tweaks Signed-off-by: John Mulligan --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b750da7..95e1e17 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ libcephfs-devel librbd-devel librados-devel ``` go-ceph tries to support different Ceph versions. However some functions might -only be available in recent versions, and others can be deprecated. In order to -work with non-current versions of Ceph, it is required to pass build-tags to on +only be available in recent versions, and others may be deprecated. In order to +work with non-current versions of Ceph, it is required to pass build-tags to the `go` commandline. A tag with the named Ceph release will enable/disable certain features of the go-ceph packages, and prevent warnings or compile problems. E.g. build against libcephfs/librados/librbd from Mimic, or run `go