deploy-cloud-functions icon indicating copy to clipboard operation
deploy-cloud-functions copied to clipboard

docs: corrected readme example for memory format

Open richw-kai opened this issue 6 months ago • 1 comments

Smallest update in history... memory format in readme showed an example as 1024Gib.

The b is not allowed in gcloud so have removed for accuracy.

richw-kai avatar May 23 '25 20:05 richw-kai

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar May 23 '25 20:05 google-cla[bot]

10Mb is also invalid, it should be 10Mi

alecananian avatar Jul 17 '25 18:07 alecananian