Commit 3510076c authored by Prakhar Agrawal's avatar Prakhar Agrawal
Browse files

Update README.md

parent 255af426
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,8 +3,7 @@
### Steps to Use Leegality Android APK ###

1. Download Leegality Helper Application from https://play.google.com/store/apps/details?id=com.gspl.leegalityhelper
2. Import Leegality Library to your project by following the steps laid down in https://developer.android.com/studio/projects/android-library.html#AddDependency. 
3. Client Android Application has to submit the eSigning URL to Leegality Helper Application. Please check below snippet :
2. Client Android Application has to submit the eSigning URL to Leegality Helper Application. Please check below snippet :
    <br __>Eg. `Intent intent = new Intent("com.gspl.leegalityhelper.Leegality");
	intent.putExtra("url", "signing-url-here");
	startActivityForResult(intent, REQUEST_CODE);