diff --git a/README.md b/README.md
index cd5bf94..eaad604 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@
- [accounts/accounts_v1.proto](#accounts_accounts_v1-proto)
- [AccountData](#accounts-AccountData)
- [AccountFull](#accounts-AccountFull)
- - [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig)
+ - [AccountFullWithToken](#accounts-AccountFullWithToken)
- [AccountId](#accounts-AccountId)
- [AccountPassword](#accounts-AccountPassword)
- [AccountWithPassword](#accounts-AccountWithPassword)
@@ -153,9 +153,9 @@ This file has messages for describing environments
-
+
-### AccountFullWithKubeConfig
+### AccountFullWithToken
@@ -163,7 +163,7 @@ This file has messages for describing environments
| ----- | ---- | ----- | ----------- |
| id | [AccountId](#accounts-AccountId) | | |
| data | [AccountData](#accounts-AccountData) | | |
-| kubeconfig | [string](#string) | | |
+| Token | [string](#string) | | |
@@ -229,8 +229,8 @@ Service for handling environments
| Method Name | Request Type | Response Type | Description |
| ----------- | ------------ | ------------- | ------------|
-| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig) | |
-| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithKubeConfig](#accounts-AccountFullWithKubeConfig) | |
+| SignUp | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) | |
+| SignIn | [AccountWithPassword](#accounts-AccountWithPassword) | [AccountFullWithToken](#accounts-AccountFullWithToken) | |