Updated ReadMe

This commit is contained in:
Arlo Filley 2024-05-02 19:14:36 +01:00
parent 4cd71aeaeb
commit 7655db46c8

View File

@ -11,10 +11,10 @@ To use this PageRank implementation, follow these steps:
3. Import the necessary modules:
```rust
use std::{collections::HashMap, hash::Hash};
use page_rank::Graph;
```
4. Define the main function and initialize the graph:
1. Define the main function and initialize the graph:
```rust
fn main() {