Skip to content

Commit b2ee913

Browse files
Update organization and device details in installation docs
1 parent 82c028d commit b2ee913

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ You will be prompted for:
9393

9494
| Prompt | Example | Description |
9595
|--------|---------|-------------|
96-
| Organisation name | `ACME Ltd` | Your company name |
96+
| Organisation name | `AC Ltd` | Your company name |
9797
| Activation key | `ABC-123-XYZ` | Provided by ZIMRA |
98-
| Device ID | `23265` | Provided by ZIMRA |
99-
| Device model name | `FiscGuy-v1` | Your device model |
98+
| Device ID | `43456` | Provided by ZIMRA |
99+
| Device model name | `Server` | Your device model |
100100
| Device model version | `1.0.0` | Your device version |
101101
| Device serial number | `SN0001` | Your device serial |
102102
| Production? | `y/n` | Use production or test FDMS |
@@ -117,7 +117,7 @@ from fiscguy.models import Device, Configuration, Taxes
117117

118118
# Device should exist
119119
device = Device.objects.first()
120-
print(device) # "ACME Ltd - 23265"
120+
print(device) # "AC Ltd - 43456"
121121

122122
# Config should be populated
123123
config = Configuration.objects.first()

0 commit comments

Comments
 (0)