Skip to content

Commit

Permalink
Strengthen warning about experimental status
Browse files Browse the repository at this point in the history
  • Loading branch information
dougalm authored Dec 4, 2020
1 parent 8806d9b commit 673b5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ or these example programs:
* [Basis function regression](https://google-research.github.io/dex-lang/regression.html)
* [Brownian bridge](https://google-research.github.io/dex-lang/brownian_motion.html)

Please note that Dex is an experimental research project at an early stage of
development. Contributions welcome!
⚠️ Dex is an experimental research project at an early stage of
development. Expect monstrous bugs and razor-sharp edges. Contributions welcome! ⚠️

## Dependencies

Expand Down

3 comments on commit 673b5fb

@jessebett
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

@jessebett
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I especially like that Contributions welcome! stayed put.

@bkmi
Copy link

@bkmi bkmi commented on 673b5fb Dec 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason I was unable to compile this, but the previous commit worked fine. There seems to also have been a problem with the tests.

Please sign in to comment.