Skip to content

Commit adee016

Browse files
committed
Fix README, use infer instead of inference
1 parent 2a8c695 commit adee016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,10 +141,10 @@ As you can see, `RxInfer` offers a model specification syntax that resembles clo
141141

142142
### Inference specification
143143

144-
Once we have defined our model, the next step is to use `RxInfer` API to infer quantities of interests. To do this we can use a generic `inference` function from `RxInfer.jl` that supports static datasets.
144+
Once we have defined our model, the next step is to use `RxInfer` API to infer quantities of interests. To do this we can use a generic `infer` function from `RxInfer.jl` that supports static datasets.
145145

146146
```julia
147-
result = inference(
147+
result = infer(
148148
model = coin_model(length(dataset)),
149149
data = (y = dataset, )
150150
)

0 commit comments

Comments
 (0)