diff --git a/README.md b/README.md index 97dd5b6..b7f5aee 100644 --- a/README.md +++ b/README.md @@ -116,14 +116,9 @@ For advanced users, the following options are also provided. [`https.createServer`](https://nodejs.org/api/https.html#https_https_createserver_options_requestlistener) method. -## Dependencies - -- NodeJitsu's [http-proxy](https://github.com/nodejitsu/node-http-proxy) - - ## License -Copyright (C) 2013 - 2015 Rob Wu +Copyright (C) 2013 - 2016 Rob Wu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/lib/cors-anywhere.js b/lib/cors-anywhere.js index d745d55..2e49e40 100644 --- a/lib/cors-anywhere.js +++ b/lib/cors-anywhere.js @@ -1,4 +1,4 @@ -// © 2013 - 2015 Rob Wu +// © 2013 - 2016 Rob Wu // Released under the MIT license 'use strict';