From c9d7cc12831dc35dc178c2347432a4e2bb45d18c Mon Sep 17 00:00:00 2001 From: Quinn Date: Sun, 10 Apr 2022 20:45:36 -0400 Subject: [PATCH] yanked playground subrepo bulletpoint; new badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f511d1ae..bdc6c8cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Squiggle ![Packages check](https://github.com/QURIresearch/squiggle/actions/workflows/ci.yaml/badge.svg) +[![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-lang.svg)](https://www.npmjs.com/package/@quri/squiggle-lang) +[![npm version](https://badge.fury.io/js/@quri%2Fsquiggle-components.svg)](https://www.npmjs.com/package/@quri/squiggle-components) -This is an experiment DSL/language for making probabilistic estimates. The full story can be found [here](https://www.lesswrong.com/s/rDe8QE5NvXcZYzgZ3). +This is an experimental DSL/language for making probabilistic estimates. The full story can be found [here](https://www.lesswrong.com/s/rDe8QE5NvXcZYzgZ3). ## Our deployments @@ -19,8 +21,6 @@ or results. - `@quri/squiggle-components` in `packages/components` contains React components that can be passed squiggle strings as props, and return a presentation of the result of the calculation. -- `@quri/playground` in `packages/playground` contains a website for a playground -for squiggle. This website is hosted at `playground.squiggle-language.com` - `@quri/squiggle-website` in `packages/website` The main descriptive website for squiggle, it is hosted at `squiggle-language.com`.