Skip to content

Commit

Permalink
update rust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsky committed May 14, 2022
1 parent 8734432 commit cc4dcf6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl Component for Install {
let code = ui::doc!(
r#"
[dependencies]
modelfox = "*"
modelfox = { git = "https://github.com/modelfoxdotdev/modelfox" }
"#
);
let code = ui::highlight(code, ui::Language::Rust);
Expand Down
2 changes: 1 addition & 1 deletion languages/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The ModelFox Rust library makes it easy to make predictions with your ModelFox m

```toml
[dependencies]
modelfox = "*"
modelfox = { git = "https://github.com/modelfoxdotdev/modelfox" }
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion languages/rust/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The ModelFox crate makes it easy to make predictions with your ModelFox machine
```toml
[dependencies]
modelfox = "*"
modelfox = { git = "https://github.com/modelfoxdotdev/modelfox" }
```
```rust no_run
Expand Down

0 comments on commit cc4dcf6

Please sign in to comment.