Skip to content

Commit c989035

Browse files
committed
docs: fix clone link
1 parent 92b679c commit c989035

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

examples/echo-bot-ts/README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ An example LINE bot to echo message with TypeScript. The bot is coded according
77
- Clone the repository.
88

99
```bash
10-
# To clone only this example.
11-
git clone https://github.com/lauslim12/line-bot-sdk-nodejs examples/echo-bot-ts
12-
13-
# Clone whole repository.
1410
git clone https://github.com/line/line-bot-sdk-nodejs.git
1511
```
1612

13+
- Change directory to the example.
14+
15+
```bash
16+
cd line-bot-sdk-nodejs/examples/echo-bot-ts
17+
```
18+
1719
- Install all dependencies.
1820

1921
```bash
@@ -53,7 +55,13 @@ If you want to deploy it via Heroku, it is also possible and is even easier for
5355
- Clone the repository.
5456

5557
```bash
56-
git clone https://github.com/lauslim12/line-bot-sdk-nodejs examples/echo-bot-ts
58+
git clone https://github.com/line/line-bot-sdk-nodejs.git
59+
```
60+
61+
- Change directory to the example.
62+
63+
```bash
64+
cd line-bot-sdk-nodejs/examples/echo-bot-ts
5765
```
5866

5967
- Create a Heroku application.

0 commit comments

Comments
 (0)