From 525e7d699cc2f174e3dea607a2c74db066de4d03 Mon Sep 17 00:00:00 2001 From: mathias Date: Thu, 29 Nov 2018 15:45:59 +0200 Subject: [PATCH] Kaboom.pw to Kaboom --- README.md | 2 +- bin/detect | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a0c19f..cdc8d12 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # buildpack -Buildpack for Heroku that sets up the Kaboom.pw server +Buildpack for Heroku that sets up the Kaboom server diff --git a/bin/detect b/bin/detect index 22ad44c..379e77a 100755 --- a/bin/detect +++ b/bin/detect @@ -1,3 +1,3 @@ #!/bin/bash -echo "Kaboom.pw" +echo "Kaboom" exit 0