Skip to content

Commit fa8b0be

Browse files
committed
chore: Point Devs to StackBlitz Instead of Codesandbox
Our understanding is that Codesandbox has recently adopted some less-than-desirable policies regarding their codesandboxes, and all of our examples are already on StackBlitz anyway. So we should simply direct devs to the URL that has our existing examples. That's a much better UX. :)
1 parent 4e98fec commit fa8b0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function MyForm() {
137137

138138
Interested in learning more? Check out our [documentation](https://github.com/enthusiastic-js/form-observer/tree/main/docs). A great place to start would be our docs for the [`Form Observer` API](https://github.com/enthusiastic-js/form-observer/tree/main/docs/form-observer/README.md#api) or our [guides](https://github.com/enthusiastic-js/form-observer/tree/main/docs/form-observer/guides.md) for common use cases.
139139

140-
Too eager to bother with documentation? Feel free to play with our library in a [CodeSandbox](https://codesandbox.io/) or in your own application! All of our tools have detailed JSDocs, so you should be able to learn all that you need to get started from within your IDE.
140+
Too eager to bother with documentation? Feel free to play with our library on [StackBlitz](https://stackblitz.com/@ITenthusiasm/collections/form-observer-examples) or in your own application! All of our tools have detailed JSDocs, so you should be able to learn all that you need to get started from within your IDE.
141141

142142
## Solutions to Common Problems
143143

0 commit comments

Comments
 (0)