Skip to content

Commit

Permalink
Added quotes on config README
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-chambers committed Jan 16, 2025
1 parent 6b253d6 commit 9991607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This is a Python package intended to simulate a swarm of IoT device communicatio
To use the live cosmos data tool you must create a config file in the format:

```yaml
dsn=<dsn>
user=<username>
pass=<password>
dsn='<dsn>'
user='<username>'
pass='<password>'
```
The module script can then be triggered by running the module with an argument:
`python -m iotswarm.livecosmos <config_src>`

0 comments on commit 9991607

Please sign in to comment.