changeset 198:23a0cea60caa

Update README to latest state
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 03 Feb 2021 16:08:33 +0100
parents a4f21d82a43c
children 33a8954d4318
files README.md
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Mon Feb 01 18:45:37 2021 +0100
+++ b/README.md	Wed Feb 03 16:08:33 2021 +0100
@@ -21,10 +21,6 @@
 
 ## Parts
 
-* `manual_demo` is just a demo crate with some code for developers (well, me) to
-experiment if the generated APIs work, and also to work manually with the Google
-APIs to gain insights on which code to generate.
-
 * `generate` contains a Python program fetching current Google Discovery documents
   (https://www.googleapis.com/discovery/v1/apis, see
    [documentation](https://developers.google.com/discovery/v1/reference)) and
@@ -52,7 +48,6 @@
   code. If possible, this should be solved automatically, but sometimes it isn't
   yet. Refer to the example crates for more details.
 
-
 ## To Do
 
 * Integration tests: E.g. by writing a custom JSON service description and an