Skip to content

Commit 0b4bb0a

Browse files
authored
Update First Launch.md
1 parent 2308b74 commit 0b4bb0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/First Launch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ Go to the `Deploy` tab:
7575

7676
1. `Deploy` generates classes and data from your created entries.
7777
2. Click the button and wait until compilation finishes.
78-
3. After that, your data becomes accessible in code (example:
78+
3. After that, your data becomes accessible in code
79+
example:
7980
```csharp
8081
IReadOnlyList<TestTemplate> testData = DataConstructor.DataManager.TestData;
8182
```

0 commit comments

Comments
 (0)