From 3ffcecc00385f6badd6490296cff01b8e5a5ce75 Mon Sep 17 00:00:00 2001 From: Blake Barrett Date: Mon, 2 Dec 2019 17:06:13 -0800 Subject: [PATCH] Fix link (broken markdown syntax). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4f3b44..d3fd9d9c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Store is a Java library for effortless, reactive data loading. + Users expect their UI experience to never be compromised (blocked) by new data loads. Whether an application is social, news, or business-to-business, users expect a seamless experience both online and offline. + International users expect minimal data downloads as many megabytes of downloaded data can quickly result in astronomical phone bills. -A Store is a class that simplifies fetching, parsing, storage, and retrieval of data in your application. A Store is similar to the Repository pattern [[https://msdn.microsoft.com/en-us/library/ff649690.aspx](https://msdn.microsoft.com/en-us/library/ff649690.aspx)] while exposing a Reactive API built with [RxJava](https://github.com/ReactiveX/RxJava) that adheres to a unidirectional data flow. +A Store is a class that simplifies fetching, parsing, storage, and retrieval of data in your application. A Store is similar to the [Repository pattern](https://msdn.microsoft.com/en-us/library/ff649690.aspx)] while exposing a Reactive API built with [RxJava](https://github.com/ReactiveX/RxJava) that adheres to a unidirectional data flow. Store provides a level of abstraction between UI elements and data operations.