From 127391ca7c92830e334fd39a750c5b3abc50db1e Mon Sep 17 00:00:00 2001
From: David Barnes <barnesdavidj@gmail.com>
Date: Tue, 28 Jun 2022 12:19:06 -0400
Subject: [PATCH] Add link to full documentation to README.

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

diff --git a/README.md b/README.md
index 8fe2e44..461ac04 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,8 @@ The entire concept is heavily based on the dump die functionality that comes
 with Php's [Laravel](https://laravel.com/)
 and [Symfony](https://symfony.com/) frameworks.
 
+Full documentation on [ReadTheDocs](https://django-dump-die.readthedocs.io/en/latest/).
+
 ![dd_sample_output](https://user-images.githubusercontent.com/4390026/173413467-afcea349-a28b-42c0-bd18-5922df17b453.png)
 
 ## Quickstart
-- 
GitLab