From bef3b3b8f35e67a0873c893482fdd2898eeea83b Mon Sep 17 00:00:00 2001 From: Andy Slack Date: Thu, 2 Jul 2015 16:53:47 +0100 Subject: [PATCH] Correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75dea52..0a8f80c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ After launching an instance do the following to configure it: - SSH into the instance. eg. `vagrant ssh` or `ssh -i [PEM] root@[EC2-INSTANCE]` - `sudo vi /etc/datasift/gnip-reader/reader.json` and add your Gnip credentials. -- `sudo vi /etc/datasify/datasift-writer/writer.json` and add your DataSift credentials. +- `sudo vi /etc/datasift/datasift-writer/writer.json` and add your DataSift credentials. - `sudo supervisorctl restart gnip-reader` - `sudo supervisorctl restart datasift-writer` - `exit`