Skip to content

Commit

Permalink
docs: edit duplicate line to be relevant for url option
Browse files Browse the repository at this point in the history
  • Loading branch information
CyntiBinti authored and rowanmanning committed Jun 26, 2024
1 parent 38d97f8 commit 97c4929
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 @@ -63,7 +63,7 @@ buildUserAgent({ urls: ['https://www.ft.com/'] });
// "FTSystem/myapp/1.2.3 (+https://www.ft.com/; Node.js/22.3.0)"
```

If you pass in multiple libraries then they will be separated by semicolons (`;`). If a library with a given name cannot be found under `node_modules` then it will be excluded.
If you pass in multiple urls then they will be separated by semicolons (`;`).


## License
Expand Down

0 comments on commit 97c4929

Please sign in to comment.