From d46d95c1fa5f549ae00dc6ef32bc33801331cecf Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Sun, 16 Aug 2015 18:31:16 -0700
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index ba613ad..78ad1fd 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:
-- 
GitLab