diff --git a/response-time/response-time.d.ts b/response-time/response-time.d.ts
index 0a7c254655..ce9d41f5fe 100644
--- a/response-time/response-time.d.ts
+++ b/response-time/response-time.d.ts
@@ -1,9 +1,9 @@
// Type definitions for response-time 2.2.0
// Project: https://github.com/expressjs/response-time
// Definitions by: Uros Smolnik
-// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
-/* =================== USAGE ===================
+/* =================== USAGE ===================
import responseTime = require('response-time');
app.use(responseTime());
diff --git a/serve-favicon/serve-favicon.d.ts b/serve-favicon/serve-favicon.d.ts
index 80faf59210..bb19c2f69a 100644
--- a/serve-favicon/serve-favicon.d.ts
+++ b/serve-favicon/serve-favicon.d.ts
@@ -1,9 +1,9 @@
// Type definitions for serve-favicon 2.1.6
// Project: https://github.com/expressjs/serve-favicon
// Definitions by: Uros Smolnik
-// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
-/* =================== USAGE ===================
+/* =================== USAGE ===================
import serveFavicon = require('serve-favicon');
app.use(serveFavicon(__dirname + '/public/favicon.ico'));
diff --git a/serve-static/serve-static.d.ts b/serve-static/serve-static.d.ts
index c07303d00a..b116d43848 100644
--- a/serve-static/serve-static.d.ts
+++ b/serve-static/serve-static.d.ts
@@ -1,9 +1,9 @@
// Type definitions for serve-static 1.7.1
// Project: https://github.com/expressjs/serve-static
// Definitions by: Uros Smolnik
-// DefinitelyTyped: https://github.com/borisyankov/DefinitelyTyped
+// Definitions: https://github.com/borisyankov/DefinitelyTyped
-/* =================== USAGE ===================
+/* =================== USAGE ===================
import serveStatic = require('serve-static');
app.use(serveStatic('public/ftp', {'index': ['default.html', 'default.htm']}))