From 9f269b7a326f301b12ae239a9d8fe3be3c9f6ef8 Mon Sep 17 00:00:00 2001 From: Alex Birkett Date: Sun, 31 Jan 2016 20:42:13 +0100 Subject: [PATCH] Update README.md Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3086b3..38c74db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # kiwi-java -A Java port of the [Kiwi](https://github.com/nucleic/kiwi), a C++ implementation of the Cassowary constraint solving algorithm +A Java port of the [Kiwi C++](https://github.com/nucleic/kiwi) implementation of the Cassowary constraint solving algorithm ## Background This project was created by porting [Kiwi](https://github.com/nucleic/kiwi) line for line to Java. The objective is to create a faster Java implementation of the Cassowary constraint solving algorithm.