Skip to content

Commit

Permalink
docs: fix readme misspells
Browse files Browse the repository at this point in the history
  • Loading branch information
bondiano committed May 2, 2024
1 parent 24edaf6 commit e9841b6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A [Gleam](https://gleam.run/) library for the Telegram Bot API.

## It provides:

- an inteface to the Telegram Bot HTTP-based APIs `telega/api`
- an interface to the Telegram Bot HTTP-based APIs `telega/api`
- adapter to use with [wisp](https://github.com/gleam-wisp/wisp)
- session bot implementation
- conversation implementation
Expand Down Expand Up @@ -83,9 +83,10 @@ Replace `"your bot token from @BotFather"` with the token you got from the BotFa

Then run the bot:

````sh
```sh
$ gleam run
```

and it will echo all received text messages.

Congrats! You just wrote a Telegram bot :)
Expand All @@ -100,4 +101,4 @@ Other examples can be found in the [examples](./examples) directory.
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
````
```

0 comments on commit e9841b6

Please sign in to comment.