Skip to content

Commit

Permalink
docs: update playground link
Browse files Browse the repository at this point in the history
Playground has been updated with latest Angular 17 with more perf improvements.

The new Playground also fetches `super-expressive` repo for the latest `d.ts` instead of storing an asset so it should stay up-to-date.

I might add a dropdown for version selection if people ask for it.
  • Loading branch information
nartc authored Nov 3, 2023
1 parent f1d51ec commit a1393d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ const myRegex = SuperExpressive()

## Playground

You can experiment with `SuperExpressive` in the [Super Expressive Playground](https://sepg.netlify.app/) by [@nartc](https://github.com/nartc). This is a great way to build a regex description, and test it against various inputs.
You can experiment with `SuperExpressive` in the [Super Expressive Playground](https://nartc.github.io/ng-super-expressive/) by [@nartc](https://github.com/nartc). This is a great way to build a regex description, and test it against various inputs.

<img src="playground-small.jpg">

Expand Down

0 comments on commit a1393d5

Please sign in to comment.