From 69924c5f6a22acb12ef9d4ab460b2b7c3b565929 Mon Sep 17 00:00:00 2001 From: Mira Leung Date: Thu, 11 Mar 2021 12:15:57 -0800 Subject: [PATCH] docs: Remove experimental disclaimer from README (#695) --- README.md | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 81e7a60189..bf07953d1b 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,6 @@ [![codecov](https://codecov.io/gh/googleapis/gapic-generator-java/branch/master/graph/badge.svg?token=3RUU37GX9U)](https://codecov.io/gh/googleapis/gapic-generator-java) # API Client Generator for Java -A generator for protocol buffer described APIs for and in Java. - -This is a generator for API client libraries for APIs specified by protocol -buffers, such as those inside Google. It takes a protocol buffer (with -particular annotations) and uses it to generate a client library. - -## Purpose - -This generator will eventually replace the Java parts of the +Generates a Java client library from protocol buffers. +Replaces the Java parts of the [older monolithic generator](https://github.com/googleapis/gapic-generator). - -## Disclaimer - -This generator is currently experimental. Please don't use it for anything -mission-critical.