README.md in knife-joyent-0.3.3 vs README.md in knife-joyent-0.3.4

- old
+ new

@@ -45,14 +45,30 @@ ## Example Usage The following command will provision an Ubuntu 12.04 with 1GB of memory and bootstrap it with chef - knife joyent server create \ + # knife joyent server create \ + --joyent-api-version '~7.0' \ --flavor "Small 1GB" \ + --networks 42325ea0-eb62-44c1-8eb6-0af3e2f83abc,c8cde927-6277-49ca-82a3-741e8b23b02f \ --image d2ba0f30-bbe8-11e2-a9a2-6bc116856d85 \ - --node-name 'chefbuntu-x' \ - --server-name 'chefbuntu-x' + --node-name 'cookbuntu1' \ + --server-name 'cookbuntu1' \ + + Creating machine cookbuntu1 + Waiting for Server to be Provisioned + ...................... + Bootstrap IP Address 165.225.150.195 + No user defined in knife config for provision tagging -- continuing + Created machine: + ID: ecd7c515-8079-41d9-a04a-0c5a1d93a2da + Name: cookbuntu1 + State: running + Type: virtualmachine + Dataset: sdc:jpc:ubuntu-12.04:2.4.2 + IPs: 165.225.150.195 + Waiting for server to fully initialize... Please see ``knife joyent server create --help`` for more options ## Configuration