Skip to content

Commit 836eb66

Browse files
authored
Merge pull request #3005 from ably/WEB-4321-local-examples-tlc
[WEB-4321] Local examples TLC
2 parents c56edc5 + f4ba229 commit 836eb66

File tree

46 files changed

+71
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+71
-66
lines changed

examples/auth-generate-jwt/javascript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas
2727
2. Change directory:
2828

2929
```sh
30-
cd /examples/
30+
cd examples/
3131
```
3232

3333
3. Install dependencies:
@@ -45,7 +45,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas
4545
5. In a new tab, change directory:
4646

4747
```sh
48-
cd /examples/
48+
cd examples/
4949
```
5050

5151
6. Rename the environment file:

examples/auth-generate-jwt/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas
2727
2. Change directory:
2828

2929
```sh
30-
cd /examples/
30+
cd examples/
3131
```
3232

3333
3. Install dependencies:
@@ -45,7 +45,7 @@ Find out more about [authentication](https://ably.com/docs/auth/token?lang=javas
4545
5. In a new tab, change directory:
4646

4747
```sh
48-
cd /examples/
48+
cd examples/
4949
```
5050

5151
6. Rename the environment file:

examples/auth-request-token/javascript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Find out more about [authentication](/docs/auth).
2727
2. Change directory:
2828

2929
```sh
30-
cd /examples/
30+
cd examples/
3131
```
3232

3333
3. Install dependencies:
@@ -45,7 +45,7 @@ Find out more about [authentication](/docs/auth).
4545
5. In a new tab, change directory:
4646

4747
```sh
48-
cd /examples/
48+
cd examples/
4949
```
5050

5151
6. Rename the environment file:

examples/auth-request-token/react/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Find out more about [authentication](/docs/auth).
2727
2. Change directory:
2828

2929
```sh
30-
cd /examples/
30+
cd examples/
3131
```
3232

3333
3. Install dependencies:
@@ -45,7 +45,7 @@ Find out more about [authentication](/docs/auth).
4545
5. In a new tab, change directory:
4646

4747
```sh
48-
cd /examples/
48+
cd examples/
4949
```
5050

5151
6. Rename the environment file:

examples/chat-presence/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find out more about [presence](/docs/chat/rooms/presence?lang=javascript).
2929
2. Change directory:
3030

3131
```sh
32-
cd /examples/
32+
cd examples/
3333
```
3434

3535
3. Rename the environment file:

examples/chat-presence/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Find out more about [presence](/docs/chat/rooms/presence?lang=react).
3131
2. Change directory:
3232

3333
```sh
34-
cd /examples/
34+
cd examples/
3535
```
3636

3737
3. Rename the environment file:

examples/chat-room-history/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Find out more about [message history](/docs/chat/rooms/history?lang=javascript).
2727
2. Change directory:
2828

2929
```sh
30-
cd /examples/
30+
cd examples/
3131
```
3232

3333
3. Rename the environment file:

examples/chat-room-history/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Find out more about [message history](/docs/chat/rooms/history?lang=react).
2828
2. Change directory:
2929

3030
```sh
31-
cd /examples/
31+
cd examples/
3232
```
3333

3434
3. Rename the environment file:

examples/chat-room-messages/javascript/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Find out more about [rooms](/docs/chat/rooms?lang=javascript) and [messages](/do
2929
2. Change directory:
3030

3131
```sh
32-
cd /examples/
32+
cd examples/
3333
```
3434

3535
3. Rename the environment file:

examples/chat-room-messages/react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Find out more about [rooms](/docs/chat/rooms?lang=react) and [messages](/docs/ch
3030
2. Change directory:
3131

3232
```sh
33-
cd /examples/
33+
cd examples/
3434
```
3535

3636
3. Rename the environment file:

0 commit comments

Comments
 (0)