Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSivadasVS authored Jun 23, 2020
1 parent 7da46c2 commit b1ae1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ String data = fetchData.getResult();
data[0] = "data-1";
data[1] = "data-2";
```
_Add as many as data and parameters as you like. Make sure number of parameters is equal to number of data. Also add then in exact order._
_Add as many as data and parameters as you like. Make sure number of parameters is equal to number of data. Also add them in exact order._

3. Create an object for PutData class, pass the URL as argument. Don't forget to import the class.
```
Expand Down

0 comments on commit b1ae1ba

Please sign in to comment.