Skip to content

Commit

Permalink
fix typos in some plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kimoto committed Sep 25, 2019
1 parent 0f735ff commit dfdf5fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions aws-python-line-echo-bot/README.md
Expand Up @@ -13,10 +13,10 @@ authorAvatar: 'https://avatars0.githubusercontent.com/u/418548?v=4&s=140'

This is a simple echo bot on LINE bot. (python)

## Bebore you start
## Before you start

1. Line developer account
2. [Line Message API](https://developers.line.biz/en/docs/messaging-api/getting-started/)
1. LINE developer account
2. [LINE Messaging API](https://developers.line.biz/en/docs/messaging-api/getting-started/)

## Get Started

Expand All @@ -40,7 +40,7 @@ line_bot_api = LineBotApi('YOUR_CHANNEL_ACCESS_TOKEN')
handler = WebhookHandler('YOUR_CHANNEL_SECRET')
```

4. Deploy the webhhok function
4. Deploy the webhook function

```bash=
$ npm install
Expand Down
8 changes: 4 additions & 4 deletions aws-ruby-line-bot/README.md
Expand Up @@ -17,10 +17,10 @@ I use my first language(ruby) to build this on serverless,

so you can use this project in others case.

# Bebore you start
# Before you start

1. Line developer account
2. [Line Message API](https://developers.line.biz/en/docs/messaging-api/getting-started/)
1. LINE developer account
2. [LINE Messaging API](https://developers.line.biz/en/docs/messaging-api/getting-started/)

# Get Started

Expand All @@ -44,7 +44,7 @@ config.channel_secret = "YOUR_LINE_CHANNEL_SECRET"
config.channel_token = "YOUR_LINE_CHANNEL_TOKEN"
```

4. Deploy the webhhok function
4. Deploy the webhook function

```bash=
npm install
Expand Down

0 comments on commit dfdf5fb

Please sign in to comment.