diff --git a/README.md b/README.md
index c453f56..ccd8f77 100644
--- a/README.md
+++ b/README.md
@@ -12,6 +12,8 @@ other projects.
### Simple Usage
+
+
```
title Labyrinth
@@ -31,6 +33,8 @@ Bowie -> Audience: Sings
### Connection Types
+
+
```
title Connection Types
@@ -55,6 +59,8 @@ Foo <- ]: From the right
### Notes & State
+
+
```
title Note placements
@@ -69,6 +75,8 @@ state over Foo: Foo is ponderous
### Logic
+
+
```
title At the bank
@@ -91,6 +99,8 @@ end
### Short-Lived Agents
+
+
```
title "Baz doesn't live long"
@@ -108,6 +118,8 @@ terminators bar
### Alternative Agent Ordering
+
+
```
define Baz, Foo
Foo -> Bar
diff --git a/screenshots/AlternativeAgentOrdering.png b/screenshots/AlternativeAgentOrdering.png
new file mode 100644
index 0000000..56571f3
Binary files /dev/null and b/screenshots/AlternativeAgentOrdering.png differ
diff --git a/screenshots/ConnectionTypes.png b/screenshots/ConnectionTypes.png
new file mode 100644
index 0000000..0638b95
Binary files /dev/null and b/screenshots/ConnectionTypes.png differ
diff --git a/screenshots/Logic.png b/screenshots/Logic.png
new file mode 100644
index 0000000..ea2c7b3
Binary files /dev/null and b/screenshots/Logic.png differ
diff --git a/screenshots/NotesAndState.png b/screenshots/NotesAndState.png
new file mode 100644
index 0000000..6fcd1b6
Binary files /dev/null and b/screenshots/NotesAndState.png differ
diff --git a/screenshots/ShortLivedAgents.png b/screenshots/ShortLivedAgents.png
new file mode 100644
index 0000000..510cc65
Binary files /dev/null and b/screenshots/ShortLivedAgents.png differ
diff --git a/screenshots/SimpleUsage.png b/screenshots/SimpleUsage.png
new file mode 100644
index 0000000..14af585
Binary files /dev/null and b/screenshots/SimpleUsage.png differ