Skip to content

Commit 95cd86a

Browse files
committed
Fix typo & documentation
1 parent 9163476 commit 95cd86a

File tree

4 files changed

+17
-18
lines changed

4 files changed

+17
-18
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ REPOCKET_RP_EMAIL=<edit-me>
8484
REPOCKET_RP_API_KEY=<edit-me>
8585

8686
# ----------------------------------------------------------------------------------------------------------------------
87-
# Service: TRAFFICMONETIZER
87+
# Service: TRAFFMONETIZER
8888
# Site: https://traffmonetizer.com/?aff=1612556 (referral)
8989
# ----------------------------------------------------------------------------------------------------------------------
9090

91-
TRAFFICMONETIZER_TOKEN=<edit-me>
92-
TRAFFICMONETIZER_DEVICE_NAME=<edit-me>
91+
TRAFFMONETIZER_TOKEN=<edit-me>
92+
TRAFFMONETIZER_DEVICE_NAME=<edit-me>

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Below are the list for sites that supported by **cash-mint**:
105105
7. [PROXYLITE](https://proxylite.ru/?r=8Q4XCYWF) _(referral link)_
106106
8. [PROXYRACK](https://peer.proxyrack.com/ref/phzcnf5r7nq1idtx4rhgglt6ayrtvqgkb8nwhkic) _(referral link)_
107107
9. [REPOCKET](https://link.repocket.co/WqgJ) _(referral link)_
108-
10. [TRAFFICMONETIZER](https://traffmonetizer.com/?aff=1612556) _(referral link)_
108+
10. [TRAFFMONETIZER](https://traffmonetizer.com/?aff=1612556) _(referral link)_
109109

110110
## Notes On Your First Run
111111

@@ -118,8 +118,7 @@ Below are the list for sites that supported by **cash-mint**:
118118

119119
- Go to http://localhost:_<MYSTERIUM_DASHBOARD_PORT>_. (See: Your recently created .env)
120120
- Finish the node onboard.
121-
- Go to Settings.
122-
- Go to Account.
121+
- Go to Settings > Account.
123122
- And you will see small box at the top right called `Mystnodes.com Integrations`.
124123
- Click on the `Claim on mystnodes.com` button.
125124

docker-compose.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,17 @@ services:
141141
ipv4_address: 172.16.88.10
142142

143143
# --------------------------------------------------------------------------------------------------------------------
144-
# Service: TRAFFICMONETIZER
144+
# Service: TRAFFMONETIZER
145145
# Site: https://traffmonetizer.com/?aff=1612556 (referral)
146146
# --------------------------------------------------------------------------------------------------------------------
147-
cash-mint_trafficmonetizer:
148-
container_name: cash-mint_trafficmonetizer
147+
cash-mint_traffmonetizer:
148+
container_name: cash-mint_traffmonetizer
149149
image: traffmonetizer/cli_v2:latest
150150
command: >
151151
start
152152
accept
153-
--token ${TRAFFICMONETIZER_TOKEN}
154-
--device-name ${TRAFFICMONETIZER_DEVICE_NAME}
153+
--token ${TRAFFMONETIZER_TOKEN}
154+
--device-name ${TRAFFMONETIZER_DEVICE_NAME}
155155
status
156156
networks:
157157
cash-mint_network:
@@ -183,7 +183,7 @@ services:
183183
cash-mint_proxylite
184184
cash-mint_proxyrack
185185
cash-mint_repocket
186-
cash-mint_trafficmonetizer
186+
cash-mint_traffmonetizer
187187
cash-mint-util_watchtower
188188
networks:
189189
cash-mint-util_network:

how-to/setup-env.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,22 +157,22 @@ After gathering your API key, then you can manually fill the following fields be
157157

158158
Set REPOCKET container service API key.
159159

160-
## TRAFFICMONETIZER Config
160+
## TRAFFMONETIZER Config
161161

162-
Register an account from [TRAFFICMONETIZER](https://traffmonetizer.com/?aff=1612556) _(referral link)_ > Dashboard >
162+
Register an account from [TRAFFMONETIZER](https://traffmonetizer.com/?aff=1612556) _(referral link)_ > Dashboard >
163163
Look at the
164164
box called `Your application token` on the top left.
165165

166166
After gathering your token, then you can manually fill the following fields below:
167167

168-
- **TRAFFICMONETIZER_TOKEN**
168+
- **TRAFFMONETIZER_TOKEN**
169169

170-
Set TRAFFICMONETIZER container service token.
170+
Set TRAFFMONETIZER container service token.
171171

172172

173-
- **TRAFFICMONETIZER_DEVICE_NAME**
173+
- **TRAFFMONETIZER_DEVICE_NAME**
174174

175-
Set TRAFFICMONETIZER container service device name. Me personally will use return from:
175+
Set TRAFFMONETIZER container service device name. Me personally will use return from:
176176
```shell
177177
cat /etc/hostname
178178
```

0 commit comments

Comments
 (0)