From 2ac4e6d5a654cc1f6738d0db6d738a723f5068a9 Mon Sep 17 00:00:00 2001 From: Damien GOUYETTE Date: Thu, 1 Sep 2011 07:05:09 +0200 Subject: [PATCH] correction coquille doc --- README.textile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.textile b/README.textile index dfaa56b..ecce3b1 100644 --- a/README.textile +++ b/README.textile @@ -5,7 +5,6 @@ This module helps you remotely deploy your Play! application. h1. Roadmap * 0.1 (current) only works with Tomcat. -* 0.2 : support for jboss and glassfish h2. Installation @@ -21,7 +20,7 @@ Tell Play! that you want your application to use the cargo module by adding it t bc. require: - play - - play -> cargop 0.1 + - play -> cargo 0.1 Now run @play dependencies@ to install the module into your application.