From 6580f74bda20998ebd6d9481caa2ca461c756cc3 Mon Sep 17 00:00:00 2001 From: George Ehrhorn Date: Thu, 20 Jun 2013 14:50:07 -0400 Subject: [PATCH] Just a typo --- docs/tutorials/getting-started-centralized.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/getting-started-centralized.md b/docs/tutorials/getting-started-centralized.md index c87f639ae..37d6de4c2 100644 --- a/docs/tutorials/getting-started-centralized.md +++ b/docs/tutorials/getting-started-centralized.md @@ -61,7 +61,7 @@ Redis has no external dependencies and has a much simpler configuration in Logst Building and installing Redis is fairly straightforward. While normally this would be out of the scope of this document, as the instructions are so simple we'll include them here: -- Download Redis from http://redis.io/download (The latest stable release is like what you want) +- Download Redis from http://redis.io/download (The latest stable release is likely what you want) - Extract the source, change to the directory and run `make` - Run Redis with `src/redis-server --loglevel verbose`