Skip to content

Commit f685871

Browse files
committed
Updated README.md with link to unit test screenshots
1 parent b0cc295 commit f685871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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 [C#](https://en.wikipedia.org/wiki/C_Sharp_(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-csharp-multicore-framework/wiki) Version.
44

55
* [API Docs](http://puremvc.org/pages/docs/CSharp/standard/)
6-
* [Unit Tests](http://puremvc.org/images/CSharp/unittest/standard.png)
6+
* [Unit Tests](http://puremvc.org/pages/images/screenshots/PureMVC-Shot-CSharp-Standard-UnitTests.png)
77
* [Discussion](http://forums.puremvc.org/index.php?board=72.0)
88
* [Standard Version Overview Presentation](http://puremvc.tv/#P100)
99
* [Legacy Implementation](https://github.com/PureMVC/puremvc-csharp-standard-framework/tree/3.2.0)

0 commit comments

Comments
 (0)