Skip to content

Commit 65b65df

Browse files
authored
Merge pull request #7 from helfi92/typo
Typo in README
2 parents 9e4e7c0 + 94474b8 commit 65b65df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ When the `rootUrl` is `https://taskcluster.net`, the generated URLs will be to t
4141

4242
```js
4343
// Specifying root URL every time:
44-
const libUrls = require('taskcluster-lib-url');
44+
const libUrls = require('taskcluster-lib-urls');
4545

4646
libUrls.api(rootUrl, 'auth', 'v1', 'foo/bar');
4747
libUrls.schema(rootUrl, 'auth', 'v1/foo.yml'); // Note that schema names have versions in them
@@ -53,7 +53,7 @@ libUrls.docs(rootUrl, 'foo/bar');
5353

5454
```js
5555
// Specifying root URL in advance:
56-
const libUrls = require('taskcluster-lib-url');
56+
const libUrls = require('taskcluster-lib-urls');
5757

5858
const urls = libUrls.withRoot(rootUrl);
5959

0 commit comments

Comments
 (0)