Skip to content

Commit

Permalink
Merge pull request #954 from ForrestWeiswolf/fix-npm-package-example
Browse files Browse the repository at this point in the history
Fix example in squiggle-lang README
  • Loading branch information
OAGr authored Aug 4, 2022
2 parents 159e976 + 90cd7f2 commit a984e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/squiggle-lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ environment created from the squiggle code.
```js
import { run } from "@quri/squiggle-lang";
run(
"normal(0, 1) * fromSamples([-3,-2,-1,1,2,3,3,3,4,9]"
"normal(0, 1) * SampleSet.fromList([-3, 2,-1,1,2,3,3,3,4,9])"
).value.value.toSparkline().value;
```

Expand Down

0 comments on commit a984e6a

Please sign in to comment.