Skip to content

Commit 41058cf

Browse files
committed
README.md: Reference the examples folder
1 parent 69c6a93 commit 41058cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ fn main() {
104104
* Crate uses `https` by default. Use `GitLab::new_insecure()` to use `http` (or `port()` and `sheme()` setters on `GitLab` struct).
105105
* Sending your token in clear over `http` is dangerous!
106106
* See [examples/list_projects.rs] for an example of how to load the token (and the hostname) from an environment variable.
107+
* See the `examples` directory for many more examples on how to use this crate.
107108
108109
109110
## Dependencies

0 commit comments

Comments
 (0)