diff --git a/README.md b/README.md
index b14a547..b5f38ba 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,6 @@
[](https://php.net)
[](https://laravel.com)
[](https://github.com/Grazulex/laravel-statecraft/actions)
- [](https://github.com/Grazulex/laravel-statecraft/actions)
[](https://github.com/laravel/pint)
@@ -26,6 +25,24 @@
+## Table of Contents
+
+- [π Features](#-features)
+- [π¦ Installation](#-installation)
+- [β¨ Example: Order Workflow](#-example-order-workflow)
+- [π§© Guard Expressions](#-guard-expressions)
+- [βοΈ Custom Guard](#-custom-guard)
+- [π Custom Action](#-custom-action)
+- [π Transition History](#-transition-history-optional)
+- [β
Artisan Commands](#-artisan-commands)
+- [π§ͺ Testing](#-testing)
+- [π Events](#-events)
+- [π Documentation](#-documentation)
+- [π― Next Steps](#-next-steps)
+- [π€ Contributing](#-contributing)
+- [π Security](#-security)
+- [π License](#-license)
+
## π Features
- π **Declarative state machines** for Eloquent models
@@ -444,14 +461,20 @@ For **comprehensive documentation**, exampl
+### π Getting Started
+- **[Documentation Overview](docs/README.md)** - Complete documentation index
+- **[Configuration](docs/CONFIGURATION.md)** - Configuration options
+
+### π― Advanced Usage
- **[Console Commands](docs/CONSOLE_COMMANDS.md)** - Console commands reference
- **[Guards and Actions](docs/GUARDS_AND_ACTIONS.md)** - Dynamic guards and actions
- **[Guard Expressions](docs/GUARD_EXPRESSIONS.md)** - AND/OR/NOT logic for guards
-- **[Configuration](docs/CONFIGURATION.md)** - Configuration options
- **[Events](docs/EVENTS.md)** - Event system usage
- **[Testing](docs/TESTING.md)** - Testing utilities
- **[History](docs/HISTORY.md)** - State transition history
-- **[Examples](examples/)** - Practical examples and use cases
+
+### π‘ Examples
+- **[Examples Overview](examples/README.md)** - Practical examples and use cases
@@ -470,24 +493,20 @@ For **comprehensive documentation**, exampl
---
-## β€οΈ About
+## π€ Contributing
-
+We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
-Laravel-Statecraft is part of the **Grazulex Tools** ecosystem:
-`Laravel-Arc` (DTOs) β’ `Laravel-Flowpipe` (Business Steps) β’ `Laravel-Statecraft` (State Machines)
+## π Security
-> Designed for **clean, testable, and modular** Laravel applications.
+If you discover a security vulnerability, please review our [Security Policy](SECURITY.md) before disclosing it.
-
+## π License
----
-
-## π§ Author
-
-
+Laravel Statecraft is open-sourced software licensed under the [MIT license](LICENSE.md).
-**
JeanβMarc Strauven** / [@Grazulex](https://github.com/Grazulex)
-Blog: **
[Open Source My Friend](https://opensourcemyfriend.hashnode.dev)**
+---
+
+ Made with β€οΈ for the Laravel community
\ No newline at end of file