From 347b7eef0d2415fb903c9f8291caf3542f9337d1 Mon Sep 17 00:00:00 2001 From: Ilkka Seppala Date: Sat, 4 Apr 2015 21:29:05 +0300 Subject: [PATCH] Deprecated GenMyModel from instructions. The UML diagrams need to look consistent. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e6b034e8..07d8fd963 100644 --- a/README.md +++ b/README.md @@ -496,9 +496,7 @@ The difference is the intent of the patterns. While Proxy controls access to the 4. Add description of the pattern in README.md and link to the class diagram. 5. Create a pull request. -**For creating/editing UML diagrams** you need one of the following: -- [ObjectAid UML Explorer for Eclipse](http://www.objectaid.com/home) (recommended) -- [GenMyModel](http://genmymodel.com/) +**For creating/editing UML diagrams** you need [ObjectAid UML Explorer for Eclipse](http://www.objectaid.com/home) **For inspiration** there is a good list of design patterns at [Wikipedia](http://en.wikipedia.org/wiki/Software_design_pattern).