File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ version = "0.1.0"
44edition = " 2021"
55description = " Building blocks for authoring fuzzy inference systems in Rust."
66license = " MIT OR Apache-2.0"
7- repository = " https://github.com/your-org /rust-fuzzylogic"
7+ repository = " https://github.com/joushuakent /rust-fuzzylogic"
88documentation = " https://docs.rs/rust-fuzzylogic"
9- homepage = " https://github.com/your-org /rust-fuzzylogic"
9+ homepage = " https://github.com/joushuakent /rust-fuzzylogic"
1010readme = " README.md"
1111keywords = [" fuzzy" , " logic" , " ai" , " inference" ]
1212categories = [" algorithms" , " science" ]
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Once the API stabilises you will be able to add it as a Git dependency in your `
3434
3535``` toml
3636[dependencies ]
37- rust-fuzzylogic = { git = " https://github.com/your-org /rust-fuzzylogic" }
37+ rust-fuzzylogic = { git = " https://github.com/joshuakent /rust-fuzzylogic" }
3838```
3939
4040After the crate reaches its first release the dependency line will become:
@@ -49,7 +49,7 @@ rust-fuzzylogic = "0.1"
4949If you would like to contribute, clone the repository and open it with your favourite editor:
5050
5151``` bash
52- git clone https://github.com/your-org /rust-fuzzylogic.git
52+ git clone https://github.com/joshuakent /rust-fuzzylogic.git
5353cd rust-fuzzylogic
5454```
5555
You can’t perform that action at this time.
0 commit comments