Skip to content
Open
Show file tree
Hide file tree
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 @@ -218,7 +218,7 @@ and shown/processed by the test runner.
Clone the repository and install the developer dependencies:

```
git clone git://github.com/LearnBoost/expect.js.git expect
git clone git://github.com/Automattic/expect.js.git expect
cd expect && npm install
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
, "repository": {
"type": "git",
"url": "git://github.com/LearnBoost/expect.js.git"
"url": "git://github.com/Automattic/expect.js.git"
}
, "devDependencies": {
"mocha": "*"
Expand Down