Skip to content

Commit c59bf23

Browse files
committed
📝 : updated link code example in documentation to reflect correct formatting and value
1 parent 20b8de0 commit c59bf23

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/docs/get-started/link-code.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ In open-wa, the way to activate the link code request is to set the host account
2323
If you're using the Easy API, you can set the link code in the config object like so:
2424

2525
```bash
26-
> npx @open-wa/wa-automate --linkCode '447123456789'
26+
> npx @open-wa/wa-automate --link-code '447123456789'
2727
```
2828

2929
Or if you're using the `cli.config.json` file:
3030

3131
```json
3232
{
33-
"linkCode": "1234567890"
33+
"linkCode": "447123456789"
3434
}
3535
```
3636

@@ -40,6 +40,6 @@ You can also set the link code manually in the code like so:
4040

4141
```javascript
4242
create({
43-
linkCode: '1234567890'
43+
linkCode: '447123456789'
4444
})
4545
```

0 commit comments

Comments
 (0)