Skip to content

Commit

Permalink
fix: add missing angle bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
MistApproach committed Jun 20, 2024
1 parent 1669fd1 commit e74bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Callm uses builder pattern for creating inference pipelines.
```rust
use callm::pipelines::PipelineText;

fn main() -> Result<(), Box<dyn std::error::Error> {
fn main() -> Result<(), Box<dyn std::error::Error>> {
let mut pipeline = PipelineText::builder()
.with_location("/path/to/model")
.build()?;
Expand Down

0 comments on commit e74bb29

Please sign in to comment.