From 1c9f37c6f45bbc09cb0d0c8b5ab044b0677cd9ba Mon Sep 17 00:00:00 2001 From: Matthew Griffith Date: Sat, 22 Aug 2020 19:42:46 -0400 Subject: [PATCH] Make experimental note more prominent. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69fbb8b..97383ff 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ **NOT FOR SHARING YET** - _Please wait for the announcement before sharing widely, it should be coming soon_ :) -**Note, Experimental** - _This project is just starting. While we currently believe every adjustment to the resulting javascript should be safe and make things explicitly faster, it's hard to be 100% certain until we have a large number of projects using it successfully. So, beware!_ +**Beware, Experimental** - _This project is just starting and does have the power to break your Elm code in very un-Elm ways! While we currently believe every adjustment to the resulting javascript should be safe and make things explicitly faster, some of this code is subtle and it's hard to be 100% certain until we have a large number of projects using it successfully._ -_And let us know how it goes by leaving [a comment in this issue](https://github.com/mdgriffith/elm-optimize-more/issues/15)._ :smiley: +_If you want to help out, try it out, **run your test suite** and let us know how it goes by leaving [a comment in this issue](https://github.com/mdgriffith/elm-optimize-more/issues/15)!_ :smiley: Elm is fast.