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' } ```