Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yongkangc authored Mar 28, 2024
1 parent bde3913 commit 7e3fb22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Visit my <a href="https://yong-kang.super.site/">website</a>"#, Some(option)) {
```

### Setting up and testing it as a class
Check out example.rs
- Check out [example.rs](https://github.com/yongkangc/rustygram/blob/main/example.rs) where there is a concrete example with tests

## Setting up your environment

Expand Down Expand Up @@ -134,12 +134,12 @@ then execute

`cargo test`

some tests will send a single, or multiple messages to specified chat id on behalf
some tests will send a single, or multiple messages to a specified chat id on behalf
of such telegram bot. Please take a look at `src/tests.rs`.

### Note

You can utilize this telegram bot `@username_to_id_bot` in order to get your
You can utilize this telegram bot `@username_to_id_bot` to get your
telegram channel's `chat_id`.

## Contributing
Expand Down

0 comments on commit 7e3fb22

Please sign in to comment.