diff --git a/README.md b/README.md index d96a395..dfbe7df 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -## [PureMVC](http://puremvc.github.com/) Go Standard Framework +## [PureMVC](http://puremvc.github.com/) Go Standard Framework [![Go](https://github.com/PureMVC/puremvc-go-standard-framework/actions/workflows/go.yml/badge.svg)](https://github.com/PureMVC/puremvc-go-standard-framework/actions/workflows/go.yml) PureMVC is a lightweight framework for creating applications based upon the classic [Model-View-Controller](http://en.wikipedia.org/wiki/Model-view-controller) design meta-pattern. This is the specific implementation for the [Go](https://en.wikipedia.org/wiki/Go_(programming_language)) language. It does not support [modular programming](http://en.wikipedia.org/wiki/Modular_programming) since it uses [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern) as Core actors rather than the [Multiton](http://en.wikipedia.org/wiki/Multiton) used in the [MultiCore](https://github.com/PureMVC/puremvc-go-multicore-framework/wiki) Version.