From 92515140f48843d1e6a7652fe30ddc30cec716a7 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 17 Oct 2013 14:41:58 +0900 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2599083..ee8a74e 100755 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ The snappy-java is a Java port of the snappy ## Download + + * [Release Notes](Milestone.md) + The current stable version is available from here: * Release version: http://code.google.com/p/snappy-java/downloads/list - * [Release plans](Milestone.md) * Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/ -If you are a Maven user, see [pom.xml example](#using-with-maven). +For Maven user, see [pom.xml example](#using-with-maven). ## Usage First, import `org.xerial.snapy.Snappy` in your Java code: