diff --git a/README.md b/README.md
index 6bd0ee73..fa9ffc06 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-Thirteen Tien Len
-================
+My Tendy Zone
+=============
Development Environment Setup
-----------------------------
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index d27b107f..0c37be1d 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -1,7 +1,7 @@
- ThirteenTienLen
+ My Tendy Zone
diff --git a/app/views/visitors/index.html.haml b/app/views/visitors/index.html.haml
index 6283f184..08847d9a 100644
--- a/app/views/visitors/index.html.haml
+++ b/app/views/visitors/index.html.haml
@@ -1,6 +1,6 @@
#home-headline
- if request.base_url.match(/pin|my|fireside/)
- %h1 My own public tendy zone
+ %h1 Your own public tendy zone
- else
%h1 Web3 Social Gaming Crypto Rewards
diff --git a/config/application.rb b/config/application.rb
index cbf0db29..0c4dcbf7 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -9,7 +9,7 @@ ActiveSupport::Deprecation.silenced = true
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
-module ThirteenTienLen
+module MyTendyZone
class Application < Rails::Application
config.generators do |g|
g.test_framework :rspec,
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
index 8acd39db..1211f149 100644
--- a/config/initializers/session_store.rb
+++ b/config/initializers/session_store.rb
@@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
-Rails.application.config.session_store :cookie_store, key: '_thirteen-tien-len_session'
+Rails.application.config.session_store :cookie_store, key: '_my-tendy-zone_session'