Skip to content

Commit

Permalink
More typos - and that's after what I thought was proof reading - jeesh
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Dec 5, 2022
1 parent 720c33c commit e88874f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ The system ID shown is the key name you should use for your system. The second v

![Console Output for Above Commands](./design/finding-quantity.png)

In the item, expand the "system" property, and look for a sub-property whose name has something to do with quantity. If it has the same value you supplied, that clinches it. That's your quantity field. This is usually a simple value like "quantity", "count", or "amount", but it may be nested in a structue, like Star Wars FFG's "quantity.value". That's the value to use for your system's "quantity" property in the JSON.
In the item, expand the "system" property, and look for a sub-property whose name has something to do with quantity. If it has the same value you supplied, that clinches it. That's your quantity field. This is usually a simple property name like "quantity", "count", or "amount", but it may be nested in a structure, like Star Wars FFG's "quantity.value". That's the value to use for your system's "quantity" property in the JSON.

### Defining new topologies - something you almost never need to do

Expand Down

0 comments on commit e88874f

Please sign in to comment.