Skip to content

Commit

Permalink
Updated link
Browse files Browse the repository at this point in the history
  • Loading branch information
saadshams committed Apr 27, 2019
1 parent 077dbdc commit 09de706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 09de706

Please sign in to comment.