From 9658a1c68dadf7031bdac18b1293d8b301bbcad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20K=C3=A4ldstr=C3=B6m?= Date: Tue, 18 Aug 2020 10:40:04 +0300 Subject: [PATCH] Update README.md Co-authored-by: Stefan Prodan --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 108c644a..34ec2b78 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - **Low-level access:** Access the underlying, provider-specific data easily, if needed, and support applying it to the server. - **Wrapped errors:** Data-rich, Go 1.14-errors are consistent across provider, including cases like rate limit, validation, not found, etc. - **Go modules:** The major version is bumped if breaking changes, or major library upgrades are made. -- **Validation-first:** Both server and user data is validated before used. +- **Validation-first:** Both server and user data is validated prior to manipulation. - **URL Parsing:** HTTPS user, organization and repository URLs can be parsed into machine-readable structs. - **Enums:** Consistent enums are used across providers for similar lists of values. - **Domain customization:** The user can specify their desired domain for the Git provider backend.