diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..6814e3a
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "BaseEnvironment"]
+ path = BaseEnvironment
+ url = https://github.com/StudioBside/BaseEnvironment.git
diff --git a/BaseEnvironment b/BaseEnvironment
new file mode 160000
index 0000000..bd32377
--- /dev/null
+++ b/BaseEnvironment
@@ -0,0 +1 @@
+Subproject commit bd323773e9c46e940e2ee590826cb55f439683af
diff --git a/Document/nuget.readme.md b/Document/nuget.readme.md
index b9848a6..afd790e 100644
--- a/Document/nuget.readme.md
+++ b/Document/nuget.readme.md
@@ -1 +1,6 @@
-## Mobile Game Ranking (google play store, Korea) Crawler
\ No newline at end of file
+## 게임 매출 순위 알림
+
+간간히 찾아보는 게임 매출 순위 정보를 슬랙으로 받아보게 해주는 toy project 입니다. 데이터는 [https://app.sensortower.com/](https://app.sensortower.com/) 에서 가져옵니다.
+데이터 크롤링은 [selenium](https://www.selenium.dev/)을 사용합니다.
+
+![](https://raw.githubusercontent.com/leafbird/GameRankReader/main/Document/Images/message_example.png)
diff --git a/GameRank.Core/GameRank.Core.csproj b/GameRank.Core/GameRank.Core.csproj
index 5d99a2f..12d3a7b 100644
--- a/GameRank.Core/GameRank.Core.csproj
+++ b/GameRank.Core/GameRank.Core.csproj
@@ -4,7 +4,7 @@
net7.0
enable
enable
- ../Leafbird.CodingStyle.ruleset
+ ..\BaseEnvironment\CodingStyle.ruleset
@@ -13,13 +13,13 @@
0.0.1.0
GameRank.Core
leafbird
- MS-PL
+ MIT
https://github.com/leafbird/GameRankReader
icon.png
nuget.readme.md
true
first release
- It is an automation bot that crawls mobile game revenue rankings and sends them as Slack messages.
+ An automation bot that crawls mobile game revenue rankings and sends them as Slack messages.
Copyright © 2023 leafbird Limited
mobile game rank
diff --git a/GameRank.Crawler/GameRank.Crawler.csproj b/GameRank.Crawler/GameRank.Crawler.csproj
index 1465c95..a7db3d4 100644
--- a/GameRank.Crawler/GameRank.Crawler.csproj
+++ b/GameRank.Crawler/GameRank.Crawler.csproj
@@ -7,7 +7,7 @@
enable
true
true
- ../Leafbird.CodingStyle.ruleset
+ ..\BaseEnvironment\CodingStyle.ruleset
diff --git a/Leafbird.CodingStyle.ruleset b/Leafbird.CodingStyle.ruleset
deleted file mode 100644
index c6dbde0..0000000
--- a/Leafbird.CodingStyle.ruleset
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/readme.md b/readme.md
index e3714d6..d996e78 100644
--- a/readme.md
+++ b/readme.md
@@ -1,7 +1,7 @@
-## 게임 매출 순위 알림
-
[![.NET](https://github.com/leafbird/GameRankReader/actions/workflows/dotnet.yml/badge.svg)](https://github.com/leafbird/GameRankReader/actions/workflows/dotnet.yml)
+## 게임 매출 순위 알림
+
간간히 찾아보는 게임 매출 순위 정보를 슬랙으로 받아보게 해주는 toy project 입니다. 데이터는 [https://app.sensortower.com/](https://app.sensortower.com/) 에서 가져옵니다.
데이터 크롤링은 [selenium](https://www.selenium.dev/)을 사용합니다.