From 80535bd54ad21ead1a7ad5218eed20125316f63d Mon Sep 17 00:00:00 2001 From: "S. Simeonov" Date: Sun, 6 Jan 2019 00:48:04 +0200 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d8503..5fd67d3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Create the composer.json file as follows: ```json { "require": { - "phalcon/devtools": "dev-master" + "svilborg/php-roku": "dev-master" } } ```