changeset 134:9327368fb3f6

Update README
author Lewin Bormann <lbo@spheniscida.de>
date Mon, 26 Oct 2020 18:22:43 +0100
parents 5b04a34b3aa2
children c8b387f52907
files README.md
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Oct 26 10:46:14 2020 +0100
+++ b/README.md	Mon Oct 26 18:22:43 2020 +0100
@@ -37,10 +37,11 @@
   ```
   (install `pipenv` using `pip install --user pipenv` before, if you don't have it
   yet). See more details in that directory.
-* Consult `drive_example` for a simple but useful example of using the generated
-  code. As you can see, it is reasonably easy! Use `cargo doc` to generate the
-  documentation for generated code, as the API comments is translated into Rust
-  doc comments.
+* Consult `drive_example` or `gcs_example` for simple but useful examples of
+  using the generated code. As you can see, it is reasonably easy! Use `cargo doc`
+  to generate the documentation for generated code, as the API comments is
+  translated into Rust doc comments. I try keeping them up-to-date as the API of
+  the generated code occasionally changes.
 * `async-google-apis-common` contains shared code, for example the HTTP logic,
   used by the generated code, as well as some types (like errors) and as well as
   all imports. Include this crate in your dependencies when you are using