Skip to content

Commit df8e25c

Browse files
committed
Fix support email
1 parent e71fb9f commit df8e25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
// @version 1.0
1212
// @description API to send SMS messages using android [SmsManager](https://developer.android.com/reference/android/telephony/SmsManager) via HTTP
1313
//
14-
// @contact.name HTTP SMS Support
15-
// @contact.email supportd@httpsms.com
14+
// @contact.name HTTP SMS
15+
// @contact.email support@httpsms.com
1616
//
1717
// @license.name MIT
1818
// @license.url https://raw.githubusercontent.com/NdoleStudio/http-sms-manager/main/LICENSE

0 commit comments

Comments
 (0)