From 595942568be33a6ec5b6994f44ad27ceaa8ab1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20K=C4=B1l=C4=B1=C3=A7?= Date: Sun, 6 Jun 2021 19:30:06 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64f1348..f48961a 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,17 @@

FlipMock

+

+ version +

+

FlipMock is a extended Flipper plugin that manipulates network response.

+ ## Table of Contents - [Using FlipMock](#using-flipmock) @@ -40,7 +45,7 @@ allprojects { } dependencies { - implementation '' + implementation 'com.github.enciyo:FlipMock:$version' } ```