From 92122b96cbb6858f12f5c8840b610680629aa707 Mon Sep 17 00:00:00 2001 From: Nuintun Date: Sun, 10 May 2015 22:37:05 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f742a07..2e74740 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ npm install umd-deps ### Api * parseDependencies(code:String, callback:Function = null, flag:Boolean = false):String -* parseDependencies(code:String, flag:Boolean = false):String +* parseDependencies(code:String, flag:Boolean = false):Array * flag means if use "require.async" like, the result should have a property "flag" of "async" ### Example