Skip to content

Commit d091234

Browse files
committed
Fix the headers
1 parent 5e6dee0 commit d091234

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
[![Better Stack Badge](https://uptime.betterstack.com/status-badges/v1/monitor/ldl5.svg)](https://uptime.betterstack.com/?utm_source=status_badge)
99
[![Discord](https://img.shields.io/discord/1095778291488653372?label=Discord)](https://discord.gg/kGk8HVqeEZ)
1010

11-
[httpSMS](https://httpsms.com) is a service that lets you use your android phone as an SMS Gateway to send and receive SMS messages.
12-
You make a request to the API which it triggers your android phone to send an SMS.
11+
[httpSMS](https://httpsms.com) is a service that lets you use your Android phone as an SMS Gateway to send and receive SMS messages.
12+
You make a request to a simple HTTP API and it triggers your Android phone to send an SMS. SMS messages received on your android phone can also be fowarded to your webhook endpoint.
1313

1414
Quick Start Guide 👉 [https://docs.httpsms.com](https://docs.httpsms.com)
1515

@@ -21,12 +21,12 @@ I'm originally from Cameroon and I wanted an automated way to send and receive S
2121
Unfortunately many countries don't support the ability to buy virtual phone numbers, and I could not find a good ready-made
2222
solution that could help me send/receive SMS messages using a mobile phone using an intuitive http API.
2323

24-
### Web UI
24+
## Web UI
2525

2626
The web interface https://httpsms.com is built using [Nuxt](https://nuxtjs.org/) and [Vuetify](https://vuetifyjs.com/en/).
2727
It is hosted as a single page application on firebase. The source code is in the [web](./web) directory
2828

29-
### API
29+
## API
3030

3131
The API https://api.httpsms.com is built using [Fiber](https://gofiber.io/), Go and [CockroachDB](https://www.cockroachlabs.com/) for the database.
3232
It rus as a serverless application on Google Cloud Run. The API documentation can be found here https://api.httpsms.com/index.html
@@ -42,15 +42,15 @@ client.Messages.Send(context.Background(), &httpsms.MessageSendParams{
4242
})
4343
```
4444

45-
### Android App
45+
## Android App
4646

4747
[The Android App](https://github.com/NdoleStudio/httpsms/releases/latest/download/HttpSms.apk) is a native application
4848
built using Kotlin with material design principles. This app must be installed on an android phone before you can start
4949
sending and receiving SMS messages.
5050

5151
[<img src=".github/ghbadge.png" alt="Get it on GitHub" height="80">](https://github.com/NdoleStudio/httpsms/releases/)
5252

53-
### Chat/forum
53+
## Chat/forum
5454

5555
There are a few ways to get in touch with me and/or the rest of the community. Feel free to use any of these methods. Whatever
5656
works best for you:

0 commit comments

Comments
 (0)