twd-js 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -147,9 +147,16 @@ Full documentation is available at [twd.dev](https://twd.dev) (coming soon) or i
147
147
  - [Writing Tests](docs/writing-tests.md)
148
148
  - [API Mocking](docs/api-mocking.md)
149
149
 
150
- ## Why TWD?
150
+ ## Examples
151
151
 
152
- Check out the [examples directory](https://github.com/BRIKEV/twd/tree/main/examples) for complete working examples.
152
+ Check out our working examples for various frameworks:
153
+
154
+ - **[Examples Directory](./examples)** - Local examples for React, Vue, and Astro
155
+ - **[Vue Example](https://github.com/BRIKEV/twd-vue-example)** - Vue 3 with advanced scenarios
156
+ - **[Solid Example](https://github.com/BRIKEV/twd-solid-example)** - Solid.js integration
157
+ - **[Angular Example](https://github.com/BRIKEV/twd-angular-example)** - Angular setup
158
+
159
+ Each example includes a complete setup guide and demonstrates best practices for testing with TWD including ci integration.
153
160
 
154
161
  ## Contributing
155
162