From ed008671119d32ac7035b518ab72b0f6208877e6 Mon Sep 17 00:00:00 2001 From: Ash Smith Date: Fri, 1 Apr 2016 12:10:27 +0100 Subject: [PATCH] Link up part 6 in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff0139e..c596ded 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ I'm covering how to create a fully functional Magento 2 module from scratch.. ev - 0.3.0 - [Migrations & Database Schema](http://www.ashsmith.io/magento2/module-from-scratch-part-3-database-tables/) - 0.4.2 - [Frontend: Controllers, Blocks & Templates](https://www.ashsmith.io/magento2/module-from-scratch-part-4-the-frontend/) - 0.5.0 - [Backend: Controllers, Blocks, UI & Templates](https://www.ashsmith.io/magento2/module-from-scratch-part-5-adminhtml/) -- Unit Testing +- 0.6.0 - [Unit Testing](https://www.ashsmith.io/magento2/module-from-scratch-part-6-unit-testing/) ## Install with Composer as you go