Skip to content

Commit 270af62

Browse files
authored
fix: command in README (#864)
1 parent fcde347 commit 270af62

File tree

1 file changed

+1
-1
lines changed
  • cloud-spanner-r2dbc-samples/cloud-spanner-r2dbc-sample

1 file changed

+1
-1
lines changed

cloud-spanner-r2dbc-samples/cloud-spanner-r2dbc-sample/README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Run the example `main` method in `SampleApplication.java`, passing in three prop
2121
For example, to run from command line, you could run the following:
2222

2323
----
24-
./mvnw clean install exec:java -DskipTests -f cloud-spanner-r2dbc-sample/ -Dgcp.project=[PROJECT_ID] -Dspanner.instance=[INSTANCE] -Dspanner.database=[DATABASE]
24+
./mvnw clean install exec:java -DskipTests -Dgcp.project=[PROJECT_ID] -Dspanner.instance=[INSTANCE] -Dspanner.database=[DATABASE]
2525
----
2626

2727
The example creates a table named `BOOKS`.

0 commit comments

Comments
 (0)