Skip to content

Commit

Permalink
read me and example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vasuvanka committed Apr 18, 2020
1 parent 16369b8 commit 826ded5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ const bodySchema = {


const body = {
name: "vasu vanka",
phone: 8801810010,
name: "Hello",
phone: 880000000,
address:{
line: {
add: [1]
},
street: "streetlk111",
city: 89483,
city: "some city",
pincode: 500005
},
isLoggedIn: false,
Expand Down

0 comments on commit 826ded5

Please sign in to comment.