You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
This directory contains examples demonstraiting different features or this library and Temporal.
4
4
5
-
To try these out you need to have Temporal and TChannel Proxy running ([setup instructions](https://github.com/coinbase/temporal-ruby#installing-dependencies)).
5
+
To try these out you need to have a running Temporal service ([setup instructions](https://github.com/coinbase/temporal-ruby#installing-dependencies)).
6
6
7
7
Install all the gem dependencies by running:
8
8
9
9
```sh
10
10
> bundle install
11
11
```
12
12
13
-
Modify the `init.rb` file to point to your TChannel Proxy.
13
+
Modify the `init.rb` file to point to your Temporal cluster.
0 commit comments