Skip to content

Commit cc18fb6

Browse files
authored
Move up example link in README (#594)
In general, links higher up are viewed more than those lower down, as not all sections are necessarily read. Since many examples work with copy & paste, This change modifies the position of the introduction in the README to emphasize this. It's a very minor change.
1 parent 1cd9db3 commit cc18fb6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ Or install it yourself as:
4141
gem install line-bot-api
4242
```
4343

44+
## Example projects
45+
We provide examples to help you get started with the SDK.
46+
They work in your local environment if you have owned your bot account.
47+
48+
Go the [examples](examples/v2) directory for more examples.
49+
4450
## Synopsis
4551
### RBS
4652
This library provides [RBS](https://github.com/ruby/rbs) files for type checking.\
@@ -305,9 +311,6 @@ request = Line::Bot::V2::MessagingApi::PushMessageRequest.create(
305311
)
306312
```
307313

308-
### More examples
309-
See the [examples](examples/v2) directory for more examples.
310-
311314
## Versioning
312315
This project respects semantic versioning.
313316

0 commit comments

Comments
 (0)