Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Fix broken tc-lib-loader url #93

Merged
merged 1 commit into from
Dec 9, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This library must be provided with Taskcluster credentials that have the followi
* `auth:statsum:<name of project>`

First, create a monitor by calling this module asynchronously. This is typically
done in a [taskcluster-lib-loader](https://github.com/taskcluster/taskcluster-lib/loader)
done in a [taskcluster-lib-loader](https://github.com/taskcluster/taskcluster-lib-loader)
component, but otherwise would look like:

```js
Expand Down