From a2870b0d87c0d3619ffb5f4e83e5ac98c7e1c410 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Mon, 5 Apr 2021 13:55:42 +0900 Subject: [PATCH] Fix typo in README.md suppot -> support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8cbd7..71f97c0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ It is ready for production use. [It is used in several projects by Docker, Googl ### Important note -Please keep in mind that a problematic PR broke [0.3.9](//github.com/imdario/mergo/releases/tag/0.3.9). I reverted it in [0.3.10](//github.com/imdario/mergo/releases/tag/0.3.10), and I consider it stable but not bug-free. Also, this version adds suppot for go modules. +Please keep in mind that a problematic PR broke [0.3.9](//github.com/imdario/mergo/releases/tag/0.3.9). I reverted it in [0.3.10](//github.com/imdario/mergo/releases/tag/0.3.10), and I consider it stable but not bug-free. Also, this version adds support for go modules. Keep in mind that in [0.3.2](//github.com/imdario/mergo/releases/tag/0.3.2), Mergo changed `Merge()`and `Map()` signatures to support [transformers](#transformers). I added an optional/variadic argument so that it won't break the existing code.