This is an automated email from the ASF dual-hosted git repository.

elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite-avatica.git


The following commit(s) were added to refs/heads/master by this push:
     new 57c254f  [CALCITE-4840] Make README easier to scan
57c254f is described below

commit 57c254f244abcbed7957b972b57824c5e13189c5
Author: Jacques Nadeau <[email protected]>
AuthorDate: Fri Oct 8 08:45:20 2021 -0700

    [CALCITE-4840] Make README easier to scan
---
 README | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/README b/README
index ec30fbc..724b87a 100644
--- a/README
+++ b/README
@@ -1,18 +1,23 @@
 Apache Calcite Avatica release 1.19.0
 
+# Overview
 This is a source or binary distribution of Avatica, a framework for
 building database drivers. Avatica is a sub-project of Apache Calcite.
 
-Changes since the previous release are described in the
-site/_docs/history.md file.
-
-The LICENSE and NOTICE files contain license information.
-
+# Build
 If this is a source distribution, you can find instructions how to
 build the release in the "Building from a source distribution" section
 in site/_docs/howto.md.
 
+# Release Notes
+Changes since the previous release are described in the
+site/_docs/history.md file.
+
+# Usage
 README.md contains examples of running Avatica.
 
+# Legal
+The LICENSE and NOTICE files contain license information.
+
 Further information about Avatica is available at its web site,
 http://calcite.apache.org/avatica.

Reply via email to