Update README.md

Fixed typo
This commit is contained in:
Alex Birkett 2016-01-31 20:42:13 +01:00
parent 837748cb5b
commit 9f269b7a32
1 changed files with 1 additions and 1 deletions

View File

@ -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.