From a766efc548ec9679f39ee49f7e74268cb2757475 Mon Sep 17 00:00:00 2001 From: Kejun Xia Date: Thu, 18 Aug 2016 23:54:28 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042833c..c15f330 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ - [Dependency injection with Poke to make mock easy](https://github.com/kejunxia/AndroidMvc/tree/master/library/poke) - Well tested - non-Android components are tested as the test coverage shown above (over 90%). For Android dependent module "android-mvc", it's tested by real emulator with [this UI test module](https://github.com/kejunxia/AndroidMvc/tree/master/library/android-mvc-test), even with "Don't Keep Activities" turned on in dev options to guarantee your app doesn't crash due to loss of instance state after it's killed by OS in the background! -### More details on [WEBSITE](http://kejunxia.github.io/AndroidMvc) +### More details on [Website](http://kejunxia.github.io/AndroidMvc) ## Code quick glance