Skip to content

Commit 90ef9bd

Browse files
Small README fix
1 parent 974269a commit 90ef9bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruby/Ice/greeter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ in a language with server-side support, such as Python, Java, or C#.
77

88
Then, in a separate window:
99

10-
- compile Greeter.ice with the Slice to Ruby compiler into Greeter.rb
10+
- Compile Greeter.ice with the Slice to Ruby compiler into Greeter.rb
1111

1212
```shell
1313
slice2rb Greeter.ice
1414
```
1515

16-
- run the client application
16+
- Run the client application
1717

1818
```shell
1919
ruby client.rb

0 commit comments

Comments
 (0)