Skip to content

Commit 1c7d1f8

Browse files
committed
README fixes
1 parent c374900 commit 1c7d1f8

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

java/Glacier2/callback/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ glacier2router --Ice.Config=config.glacier2
4343

4444
> [!TIP]
4545
> You can also start the Glacier2 router before the server. The order does not matter: the server is identical to the
46-
> server provided in the [Ice Greeter][1] demo and does not depend on Glacier2.
46+
> server provided in the [Ice Callback][1] demo and does not depend on Glacier2.
4747
4848
Finally, in a separate terminal, start the client application:
4949

java/Glacier2/greeter/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,17 @@ a connection to the server, because the server is on a separate network.
1414

1515
- Install Glacier2. See [Ice service installation].
1616

17-
## Building the Project
17+
## Building the demo
1818

19-
This project uses Gradle and the [Application plugin]. To build the client and server applications, run:
19+
The demo has two Gradle projects, **client** and **server**, both using the [application plugin].
20+
21+
To build the demo, run:
2022

2123
```shell
2224
./gradlew build
2325
```
2426

25-
## Running the Server
27+
## Running the demo
2628

2729
Start the Server program in its own terminal:
2830

@@ -40,13 +42,12 @@ glacier2router --Ice.Config=config.glacier2
4042
> You can also start the Glacier2 router before the server. The order does not matter: the server is identical to the
4143
> server provided in the [Ice Greeter][1] demo and does not depend on Glacier2.
4244
43-
## Running the Client
44-
45-
Then, in a separate terminal, start the client application:
45+
Finally, in a separate terminal, start the client application:
4646

4747
```shell
4848
./gradlew :client:run --quiet
4949
```
5050

5151
[Application plugin]: https://docs.gradle.org/current/userguide/application_plugin.html
5252
[Ice service installation]: https://github.com/zeroc-ice/ice/blob/main/NIGHTLY.md#ice-services
53+
[1]: ../../Ice/greeter/

java/IceGrid/greeter/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ flowchart LR
2020

2121
- Install IceGrid. See [Ice service installation].
2222

23-
## Building the Project
23+
## Building the demo
2424

25-
This project uses Gradle and the [Application plugin]. To build the client and server applications, run:
25+
The demo has two Gradle projects, **client** and **server**, both using the [application plugin].
26+
27+
To build the demo, run:
2628

2729
```shell
2830
./gradlew installDist

0 commit comments

Comments
 (0)