diff --git a/types/html-tag-names/index.d.ts b/types/html-tag-names/index.d.ts
index bc7b39a193..e48dda7733 100644
--- a/types/html-tag-names/index.d.ts
+++ b/types/html-tag-names/index.d.ts
@@ -1,2 +1,6 @@
+// Type definitions for html-tag-names 1.1.2
+// Project: https://github.com/wooorm/html-tag-names
+// Definitions by: Nathan Shively-Sanders
+// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare const htmlTagNames: string[];
export = htmlTagNames;