Index: /trunk/Nebulous/lib/Nebulous/Client/QuickStart.pod
===================================================================
--- /trunk/Nebulous/lib/Nebulous/Client/QuickStart.pod	(revision 6187)
+++ /trunk/Nebulous/lib/Nebulous/Client/QuickStart.pod	(revision 6188)
@@ -39,5 +39,5 @@
     $neb->delete($key);
 
-    my $fh = $neb->create($key);
+    my $fh = $neb->open_create($key);
     die "can't create file $key " unless $fh;
     close($fh);
@@ -112,7 +112,7 @@
         nebDelete(server, key);
 
-        int fh = nebCreate(server, key, 0, NULL, NULL, NULL);
+        int fh = nebOpenCreate(server, key, 0, NULL, NULL, NULL);
         if (fh < 0) {
-            printf( "nebCreate() failed: %s\n", nebErr(server));
+            printf( "nebOpenCreate() failed: %s\n", nebErr(server));
             exit(EXIT_FAILURE);
         }
