diff --git a/README.md b/README.md index a68c874..7f1c19d 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Callm uses builder pattern for creating inference pipelines. ```rust use callm::pipelines::PipelineText; -fn main() -> Result<(), Box { +fn main() -> Result<(), Box> { let mut pipeline = PipelineText::builder() .with_location("/path/to/model") .build()?;