From 09de70643636cbf5ff8ab9a4b9820616bce8f83d Mon Sep 17 00:00:00 2001 From: saadshams Date: Sat, 27 Apr 2019 12:49:34 -0400 Subject: [PATCH] Updated link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77cb19c..b8d6ac5 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## [PureMVC](http://puremvc.github.com/) Go MultiCore Framework -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. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern) used in the [Standard](https://github.com/PureMVC/puremvc-swift-standard-framework/wiki) Version. +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. It supports [modular programming](http://en.wikipedia.org/wiki/Modular_programming) through the use of [Multiton](http://en.wikipedia.org/wiki/Multiton) Core actors instead of the [Singletons](http://en.wikipedia.org/wiki/Singleton_pattern) used in the [Standard](https://github.com/PureMVC/puremvc-go-standard-framework/wiki) Version. * [API Docs](https://godoc.org/github.com/PureMVC/puremvc-go-multicore-framework) * [Unit Tests](http://puremvc.org/pages/images/screenshots/PureMVC-Shot-Go-Multicore-UnitTests.png)