akrabat commented on a change in pull request #2369: document how to add swift dependencies URL: https://github.com/apache/incubator-openwhisk/pull/2369#discussion_r124738417
########## File path: docs/actions.md ########## @@ -607,7 +607,7 @@ You can create a OpenWhisk action called `helloSwift` from this function as follows: ``` -wsk action create helloSwift hello.swift +wsk action create helloSwift hello.swift --kind swift:3.1.1 Review comment: I think that the first time we show how to create an action for a given language, we should use the default and not use `--kind`. (i.e. this should be the same as how JS and Python are shown.) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
