diff --git a/.gitignore b/.gitignore
index 56cd2f8..e5b3c85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
private/
node_modules/
.eslintrc
+.npmrc
*.log
_index.html
dist/
diff --git a/README.md b/README.md
index 3ac7d47..68be27b 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ This plugin adds the possibility to embed custom code
| `blockCustomCode` | Object to extend the default custom code block, eg. `{ label: 'Custom Code', category: 'Extra', ... }`. Pass a falsy value to avoid adding the block | `{}` |
| `propsCustomCode` | Object to extend the default custom code properties, eg. `{ name: 'Custom Code', components: 'Initial content' ... }` | `{}` |
| `toolbarBtnCustomCode` | Object to extend the default component's toolbar button for the code, eg. `{ label: '>', attributes: { title: 'Open custom code' } }`. Pass a falsy value to avoid adding the button | `{}` |
-| `placeholderScript` | Content to show when the custom code contains `