From 18f9b6e5de8bc9106f94566213883cae411e6575 Mon Sep 17 00:00:00 2001 From: Shaun Date: Sat, 4 Feb 2012 01:08:58 -0800 Subject: [PATCH] fix minor typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a65c943..1ea9236 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ kmeans-postgresql ================= This module implements k-means clustering algorithm in -PostgreSQL. It is a truely user-defined window function out of +PostgreSQL. It is a truly user-defined window function out of builtin functions, written in C. Designed for PostgreSQL 8.4+