diff --git a/README.md b/README.md
index 957d110..3df8288 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
- [Introduction](#introduction)
- [Installation](#installation)
- [Configuration](#configuration)
- - [Table Prefix](#table-prefix)
- [JSON Schema Defaults](#json-schema-defaults)
- [Custom Models](#custom-models)
- [Creating Templates](#creating-templates)
@@ -60,15 +59,6 @@ php artisan vendor:publish --tag=schematic-config
The Schematic configuration file is located at `config/schematic.php`. Each configuration option is documented below.
-
-### Table Prefix
-
-The `table_prefix` option controls the prefix applied to all Schematic database tables:
-
-| Option | Environment Variable | Default | Description |
-|---|---|---|---|
-| `table_prefix` | — | `schematic_` | The prefix used for all database tables created by Schematic. |
-
### JSON Schema Defaults