diff --git a/plugins/lazy-yt/README.md b/plugins/lazy-yt/README.md
index 430a205f762..5f0e7d7e0d1 100644
--- a/plugins/lazy-yt/README.md
+++ b/plugins/lazy-yt/README.md
@@ -1,3 +1,3 @@
-# lazyYT
+# lazy-yt
 
-Lazy load YouTube videos plugin for [Discourse](http://discourse.org), highly inspired by the [lazyYT](https://github.com/tylerpearson/lazyYT) jQuery plugin.
\ No newline at end of file
+Lazy load YouTube videos plugin for [Discourse](http://discourse.org), highly inspired by the [lazyYT](https://github.com/tylerpearson/lazyYT) jQuery plugin.
diff --git a/plugins/lazy-yt/plugin.rb b/plugins/lazy-yt/plugin.rb
index 3a60b5cb2eb..02d143b3714 100644
--- a/plugins/lazy-yt/plugin.rb
+++ b/plugins/lazy-yt/plugin.rb
@@ -1,6 +1,6 @@
 # frozen_string_literal: true
 
-# name: lazyYT
+# name: lazy-yt
 # about: Uses the lazyYT plugin to lazy load Youtube videos
 # version: 1.0.1
 # authors: Arpit Jalan