diff --git a/Changes b/Changes
index e7c8789..d41df43 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
Release history for vue-svg-pan-zoom
+v1.0.1 2019-05-26
+
+- corrects the thumbnail docs in the README. (GH#6)
+
v1.0.0 2019-04-30
- reworks thumbnail logic to be more vue-like.
diff --git a/README.md b/README.md
index 98fdbee..06b99e1 100644
--- a/README.md
+++ b/README.md
@@ -113,31 +113,20 @@ In a Single File Component:
style="width: 300px; height: 500px; border:1px solid black; "
>
-
+
-
-
-
-Note that for the css import to work, you'll have to have
-[postcss-import](https://github.com/postcss/postcss-import)
-installed as a dep.
-
-Also, just like the main `SvgPanZoom`component, the `thumbnail` slot needs to
+Just like the main `SvgPanZoom`component, the `thumbnail` slot needs to
be assigned to a `svg` node -- `embed` won't work.
### Storybook demos
diff --git a/package.json b/package.json
index 54b2210..8500cee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "vue-svg-pan-zoom",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Vue component for svg-pan-zoom",
"main": "dist/index.js",
"author": "Yanick Champoux",
diff --git a/src/thumbnail.stories.vue b/src/thumbnail.stories.vue
index fb15d15..789e995 100644
--- a/src/thumbnail.stories.vue
+++ b/src/thumbnail.stories.vue
@@ -10,12 +10,12 @@