softlayer / softlayer-object-storage-php

SoftLayer Object Storage PHP Client
Other
28 stars 18 forks source link

Readme.markdown #2

Closed nyusternie closed 12 years ago

nyusternie commented 12 years ago

Under the section titled "Traversing containers or objects"

foreach ($results->objects as $shallowObject) {

should be changed to

foreach ($container->objects as $shallowObject) {

its-clee commented 12 years ago

Thank you for pointing this out. Typo was corrected and I'm looking into the other issue.