mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 10:32:29 +01:00
update nu-glob README (#5037)
This commit is contained in:
parent
31a4fc41eb
commit
82633e2df7
@ -9,7 +9,7 @@ To use `nu-glob`, add this to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
nu-glob = "0.59.1"
|
nu-glob = "0.60.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
@ -25,4 +25,4 @@ for entry in glob("/media/**/*.jpg").expect("Failed to read glob pattern") {
|
|||||||
Err(e) => println!("{:?}", e),
|
Err(e) => println!("{:?}", e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user