1
0
mirror of synced 2025-12-23 21:03:15 -05:00

📖 Removes $ from terminal commands to allow direct copying. (#17467)

* Removes $ from terminal commands to allow direct copying.

* Fixes build by adding missing link.
This commit is contained in:
Nataly Merezhuk
2022-09-30 11:54:50 -04:00
committed by GitHub
parent 7ab162a869
commit 7bc911ef2a
7 changed files with 22 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ connectionSpecification:
Because of the sensitive nature of the access key, we recommend storing this config in the `secrets` directory because it is ignored by git.
```bash
$ echo '{"access_key": "<your_access_key>", "base": "USD"}' > secrets/config.json
echo '{"access_key": "<your_access_key>", "base": "USD"}' > secrets/config.json
```
## Updating the connector definition
@@ -197,7 +197,7 @@ check:
We can now run the `check` operation, which verifies the connector can connect to the API source.
```bash
$ python main.py check --config secrets/config.json
python main.py check --config secrets/config.json
```
which should now succeed with logs similar to: