apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

Documentation typo in package tutorial #215

Closed edshee closed 8 years ago

edshee commented 8 years ago

openwhisk/docs/packages.md

Under sharing a package step 1. $ wsk package update sample --shared ok: updated package sample

should read 'custom' instead of 'sample' i.e.

$ wsk package update custom --shared ok: updated package custom

rabbah commented 8 years ago

Fixed with #216.