From f44cd33f50a1b54e23cf69396954eabb1b94a260 Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Fri, 28 Jun 2013 15:54:27 -0400 Subject: [PATCH] JCLOUDS-158: Updating blobstore-scala-filesystem example with new parameters --- blobstore-scala-filesystem/README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blobstore-scala-filesystem/README.md b/blobstore-scala-filesystem/README.md index 7e557dd..48be87d 100644 --- a/blobstore-scala-filesystem/README.md +++ b/blobstore-scala-filesystem/README.md @@ -10,11 +10,11 @@ Ensure that [sbt is installed](http://www.scala-sbt.org/release/docs/Getting-Sta Run `sbt` from the root of your project and invoke ``` -run _basedir_ +run ``` -where basedir is a directory in which the container will be created. E.g. if your basedir is `/home/blobstore`, run +where basedir is a directory in which the container will be created. E.g. if your basedir is `/home/blobstore` and you want to store "myblob" in "mycontainer", run ``` -run /home/blobstore +run /home/blobstore mycontainer myblob ``` ## License -- 1.7.9.msysgit.0