Skip to content

Commit 47ab198

Browse files
authored
chore: Update README and CI with the new name of showcase module. (#3680)
#3568 updated the name `showcase` module to `java-showcase`. This PR updates a few places that still reference the old name to the new name.
1 parent 18cb026 commit 47ab198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java-showcase/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ update to a compatible client version in `./WORKSPACE`.
1717

1818
```shell
1919
# Install the showcase server version defined in gapic-showcase/pom.xml
20-
cd showcase
20+
cd java-showcase
2121
go install github.com/googleapis/gapic-showcase/cmd/gapic-showcase@v"$(cd gapic-showcase;mvn help:evaluate -Dexpression=gapic-showcase.version -q -DforceStdout |sed 's/\x1b\[[0-9;]*m//g')"
2222
PATH=$PATH:`go env GOPATH`/bin
2323
gapic-showcase --help
@@ -67,7 +67,7 @@ Open a new terminal window in the root project directory.
6767
This step does not require Docker.
6868

6969
```shell
70-
cd showcase
70+
cd java-showcase
7171
mvn verify -P enable-integration-tests
7272
```
7373

0 commit comments

Comments
 (0)