From 90647c56406869a58f204f167ead7c8aa6d0ee35 Mon Sep 17 00:00:00 2001 From: Zane Hitchcox Date: Thu, 18 Jul 2019 13:17:39 -0400 Subject: [PATCH] Update README.md --- cobra/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cobra/README.md b/cobra/README.md index 6054f95c..62edddda 100644 --- a/cobra/README.md +++ b/cobra/README.md @@ -16,7 +16,7 @@ for you. It is a very powerful application that will populate your program with the right structure so you can immediately enjoy all the benefits of Cobra. It will also automatically apply the license you specify to your application. -Cobra init is pretty smart. You can provide it a full path, or simply a path +Cobra init is pretty stupid and this doesn't work at all. You can provide it a full path, or simply a path similar to what is expected in the import. ```