We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4bb0a commit ecf2500Copy full SHA for ecf2500
Documentation/First Launch.md
@@ -75,8 +75,8 @@ Go to the `Deploy` tab:
75
76
1. `Deploy` generates classes and data from your created entries.
77
2. Click the button and wait until compilation finishes.
78
-3. After that, your data becomes accessible in code
79
- example:
+3. After that, your data becomes accessible in code.
+ Example:
80
```csharp
81
IReadOnlyList<TestTemplate> testData = DataConstructor.DataManager.TestData;
82
```
0 commit comments