From aa92a665b10bef4930e5e7e00039a742d5cce6fa Mon Sep 17 00:00:00 2001
From: Teddy Wing
Date: Mon, 21 Apr 2014 17:16:36 -0400
Subject: README: update Additional Options section
Add real text into the subsections describing different border & style
options.
---
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index 01bd19f..3ab94ad 100644
--- a/README.md
+++ b/README.md
@@ -77,12 +77,12 @@ To allow a user to view sneak peek content, add this permission to their account
## Additional Options
-Sneak peek works by wrapping your code in a `
` and applying styles to that wrapper with the `.django-sneak-peek` class and several modifiers. Modifiers change the appearance of the sneak peek block.
+Sneak peek works by wrapping your code in a `
` and applying styles to that wrapper with the `.django-sneak-peek` class and several modifiers. Modifiers change the appearance of the sneak peek block. These modifier classes are read from the argument passed into the template tag.
-Here are the available modifiers and different combinations thereof.
+Here are the available modifiers including some combinations thereof.
### Default
-By default, markup under sneak peek will appear with a yellow & black "under construction" border.
+By default, markup will appear with a yellow & black "under construction" border. This style can also be applied explicitly by passing it as an argument (`{% sneak_peek "default" %}`).
{% sneak_peek %}