From 8bf4416c69844685f61502ea2d1eb4032db1921e Mon Sep 17 00:00:00 2001 From: Alex Muller Date: Tue, 2 Dec 2014 15:07:14 +0000 Subject: [PATCH 1/2] Re-add [req] markdown link in README This was removed in 2b1c004077e696eea254ac82ea02006ec145c54a but the references to it still exist in the document. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1213c28..884dcc5 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,4 @@ Deploy `example-built.js` to your web site and use it from your page. Browser Request is licensed under the Apache 2.0 license. +[req]: https://github.com/mikeal/request From 1894ca3ca790b64a8bcb46de51632df87a95bd4f Mon Sep 17 00:00:00 2001 From: Alex Muller Date: Tue, 2 Dec 2014 15:09:27 +0000 Subject: [PATCH 2/2] Add browserify link to README The usage for this link was added in b8bb8dd42b8a54fa553782367f47ec03eb536510 but the link wasn't included. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 884dcc5..59d1968 100644 --- a/README.md +++ b/README.md @@ -105,4 +105,5 @@ Deploy `example-built.js` to your web site and use it from your page. Browser Request is licensed under the Apache 2.0 license. +[browserify]: http://browserify.org/ [req]: https://github.com/mikeal/request