diff --git a/README.md b/README.md
index ba613addf32a12b90a6f7fad64e573eececaa463..78ad1fdf7b864818289d49bd4a8216fd2d41e883 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ A [Parsedown][1] wrapper for Laravel to compile markdown to HTML.
 
 Parsedown is fast and supports [GitHub flavored markdown][2].
 
+The `Markdown` service provider included in this package uses deferred loading, meaning that it is not loaded with every request, and is instead loaded when you first use it.
+
 ## Installation
 
 Require this package with composer using the following command: