Index: fuzzer/res/imp/README.md |
diff --git a/fuzzer/res/imp/README.md b/fuzzer/res/imp/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1fb03c31bb6e22a28babacbfc22c06d6ad4a3324 |
--- /dev/null |
+++ b/fuzzer/res/imp/README.md |
@@ -0,0 +1,12 @@ |
+# Fuzzer Polymer Components |
+ |
+**fuzzer-stacktrace-sk:** A visualization of a stacktrace. |
+Defaults to showing the top 8 rows. Click to expand entire thing. |
+ |
+## Viewing the Demos: |
+ |
+Because of security restrictions, you cannot just open up the demo pages, |
+you must find this directory with a terminal/shell and run: |
+``` |
+make && make run |
+``` |