diff --git a/packages/plugin-theme/README.md b/packages/plugin-theme/README.md
index 6607ba973c2..5f8b3cb5bc8 100644
--- a/packages/plugin-theme/README.md
+++ b/packages/plugin-theme/README.md
@@ -4,10 +4,19 @@
freesewing
a library for made-to-measure sewing patterns
+
+
+
+
+
+
+
+
+
# plugin-theme
-A freesewing plugin to provide styles for freesewing. This plugin also provides the `notch` snippet.
+A freesewing plugin that styles your patterns. This plugin also provides the `notch` and `bnotch` snippets.
## Usage
@@ -35,14 +44,6 @@ var pattern = freesewing.patterns.brian
```
-## Example
-
-This plugin adds the following CSS classes to your SVG file:
-
-
-
-In addition, it adds the `notch` and `bnotch` snippets to your SVG file's defs section.
-
## Install
To install, run:
@@ -51,14 +52,6 @@ To install, run:
npm install @freesewing/plugin-theme
```
-## Build
-
-To build this plugin, run:
-
-```sh
-npm run build
-```
-
## License: MIT
See [the license file](https://github.com/freesewing/plugin-theme/blob/master/LICENSE)