From 5e09fb180266e45fc80970dad12ed3ef02fa14d1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 3 Nov 2020 11:17:30 -0800 Subject: [PATCH] Remove mention of mustache.java. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index fb93590..52cf108 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,4 @@ This is a Java implementation of the [Mustache template language](http://mustache.github.com/). -There exists [another Java implementation of Mustache](http://github.com/spullara/mustache.java), -but the motivations for this version are sufficiently different as to justify (in the author's -mind, anyhow) the duplication. [![Build Status](https://travis-ci.org/samskivert/jmustache.svg?branch=master)](https://travis-ci.org/samskivert/jmustache)