Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mpewsey authored Aug 31, 2024
1 parent 8e9dda5 commit 0ec603b
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 @@ -60,7 +60,7 @@ var roomTemplate = new RoomTemplate(id: 1, name: "Square", cells: cells);

### Step 2: Assign Room Templates to Template Groups

Once some room template have been defined, they must be added to one or more room template groups, which can be referenced by name later. This is accomplished by simply adding them to a `TemplateGroups` object:
Once some room templates have been defined, they must be added to one or more room template groups, which can be referenced by name later. This is accomplished by simply adding them to a `TemplateGroups` object:

```TemplateGroups.cs
var templateGroups = new TemplateGroups();
Expand Down

0 comments on commit 0ec603b

Please sign in to comment.