From cd04e9b702ab50e47b9a84ca0777961cf0df058b Mon Sep 17 00:00:00 2001 From: jesse Date: Mon, 16 Mar 2015 15:15:59 -0700 Subject: rename python README, and fix markdown in java and python respectively --- java/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'java/README.md') diff --git a/java/README.md b/java/README.md index 57e26a96..060d9ac6 100644 --- a/java/README.md +++ b/java/README.md @@ -1,4 +1,8 @@ Protocol Buffers - Google's data interchange format +=================================================== + +[![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/google/protobuf) + Copyright 2008 Google Inc. This directory contains the Java Protocol Buffers runtime library. @@ -50,17 +54,19 @@ http://maven.apache.org/guides/introduction/introduction-to-profiles.html) E.g. to install the lite version of the jar, you would run: - $ mvn install -P lite + $ mvn install -P lite The resulting artifact has the 'lite' classifier. To reference it for dependency resolution, you would specify it as: +``` com.google.protobuf protobuf-java ${version} lite +``` Installation - Without Maven ============================ -- cgit v1.2.3