ReadMe Updates
parent
a29678b0ff
commit
d398c60e77
12
README.md
12
README.md
|
|
@ -22,15 +22,17 @@ $ git clone https://gitea.dubtempo.com/DT/PassBatchInsert.git
|
||||||
|
|
||||||
Make sure the script file is executable.
|
Make sure the script file is executable.
|
||||||
|
|
||||||
|
<br \>
|
||||||
|
|
||||||
## Password Details Model
|
## Password Details Model
|
||||||
|
|
||||||
```json
|
```javascript
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
filename:'',
|
filename:'',
|
||||||
password:'',
|
password:'',
|
||||||
url:'',
|
url:'',
|
||||||
user:''
|
user:''
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue