aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMarvin Borner2018-08-26 13:48:16 +0200
committerMarvin Borner2018-08-26 13:48:16 +0200
commitab9f2ead9998cc23d143cd28dead1a3dadc316e2 (patch)
tree05c77656f1cd56eaf001cd1616f444335415b21c
parentadf07b310bddf751584db0717b8f501b8acda32a (diff)
Renamed to Texx
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--README.md10
-rw-r--r--infrastructure/Api/Controllers/DefaultApiController.php2
3 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 13420f2..513203e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,3 +1,3 @@
-# BEAM-Messenger Contribution Guide
+# Texx Contribution Guide
All bugs and feature requests should be opened as an issue in the repository. \ No newline at end of file
diff --git a/README.md b/README.md
index d05d8a6..a754d73 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# BEAM-Messenger
+# Texx
<p align="center">
- <i>„A high security laravel-based messenger with end-to-end AES256 encryption“</i>
+ <i>„A high security laravel-based social network with end-to-end AES256 encryption“</i>
<br><br>
- <a target="_blank" href="https://beam-messenger.de"><img src="https://img.shields.io/website-up-down-green-red/https/beam-messenger.de.svg?label=website&style=for-the-badge" /></a>
+ <a target="_blank" href="https://texx.me"><img src="https://img.shields.io/website-up-down-green-red/https/texx.me.svg?label=website&style=for-the-badge" /></a>
</p>
-## Features of BEAM-Messenger
+## Features of Texx
- Easy interface
- Realtime responses (Unlike blockchain-technology)
- Unhackable (almost - if you're lucky, it'll only take 77,000,000,000,000,000,000,000,000 years to hack)
@@ -19,7 +19,7 @@
- Friends and followers
- Groups up to 256 members
-## Help me with a small donation :)
+## Help us with a small donation :)
<p align="center">
<a target="_blank" href="https://spectrocoin.com/en/integration/buttons/47657-VfniCDsqms.html"><img src="https://img.shields.io/badge/Donate-Bitcoin-yellow.svg?longCache=true&style=for-the-badge" /></a>
diff --git a/infrastructure/Api/Controllers/DefaultApiController.php b/infrastructure/Api/Controllers/DefaultApiController.php
index c9f35d0..1bb11bf 100644
--- a/infrastructure/Api/Controllers/DefaultApiController.php
+++ b/infrastructure/Api/Controllers/DefaultApiController.php
@@ -10,7 +10,7 @@ class DefaultApiController extends BaseController
public function index()
{
return response()->json([
- 'message' => 'Welcome to the official BEAM-Messenger API'
+ 'message' => 'Welcome to the official Texx API'
]);
}
}