From 35623b5abe04e48e4b0d47dbdc700a4aecf5dab9 Mon Sep 17 00:00:00 2001 From: houseme Date: Tue, 11 Oct 2022 19:27:26 +0800 Subject: [PATCH] fix: modify `Polaris` config readme.md (#2186) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: modify polaris config readme.md * modify readme.md ,add License * feat: add License --- contrib/config/apollo/README.MD | 3 +++ contrib/config/kubecm/README.MD | 3 +++ contrib/config/polaris/README.MD | 7 +++++-- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/contrib/config/apollo/README.MD b/contrib/config/apollo/README.MD index e2b2cbc81..7223df82a 100644 --- a/contrib/config/apollo/README.MD +++ b/contrib/config/apollo/README.MD @@ -75,3 +75,6 @@ func main() { } ``` +## License + +`GoFrame apollo` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever. \ No newline at end of file diff --git a/contrib/config/kubecm/README.MD b/contrib/config/kubecm/README.MD index 8439e11c0..cbabb3cac 100644 --- a/contrib/config/kubecm/README.MD +++ b/contrib/config/kubecm/README.MD @@ -151,3 +151,6 @@ func main() { ``` +## License + +`GoFrame kubecm` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever. \ No newline at end of file diff --git a/contrib/config/polaris/README.MD b/contrib/config/polaris/README.MD index d4137ac03..23d85bf6e 100644 --- a/contrib/config/polaris/README.MD +++ b/contrib/config/polaris/README.MD @@ -1,4 +1,4 @@ -# polaris +# Polaris Package `polaris` implements GoFrame `gcfg.Adapter` using polaris service. @@ -34,7 +34,7 @@ func init() { path = "testdata/polaris.yaml" logDir = "/tmp/polaris/log" ) - // Create apollo Client that implements gcfg.Adapter. + // Create polaris Client that implements gcfg.Adapter. adapter, err := polaris.New(ctx, polaris.Config{ Namespace: namespace, FileGroup: fileGroup, @@ -81,3 +81,6 @@ func main() { } ``` +## License + +`GoFrame Polaris` is licensed under the [MIT License](../../../LICENSE), 100% free and open-source, forever.