From 97c49297cd2211e3fff61a169f6dd6b33775cd19 Mon Sep 17 00:00:00 2001 From: CyntiBinti Date: Wed, 26 Jun 2024 16:34:11 +0100 Subject: [PATCH] docs: edit duplicate line to be relevant for url option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66192bc..4e40746 100644 --- a/README.md +++ b/README.md @@ -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