You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs-src/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ It allows commands to be queued, scheduled, and ran directly.
5
5
6
6
## How to Get Started
7
7
8
-
## Create a Command
8
+
###Create a Command
9
9
10
10
First, install the InEngine.Core package into your own Visual Studio project.
11
11
@@ -75,7 +75,7 @@ namespace InEngine.Commands
75
75
}
76
76
```
77
77
78
-
# Run the Command
78
+
###Run the Command
79
79
80
80
Second, download the InEngineCli tool that matches the version of the InEngine.Core package you included from the [GitHub Releases](https://github.com/InEngine-NET/InEngine.NET/releases) page.
@@ -136,7 +134,7 @@ <h2 id="create-a-command">Create a Command</h2>
136
134
}
137
135
</code></pre>
138
136
139
-
<h1id="run-the-command">Run the Command</h1>
137
+
<h3id="run-the-command">Run the Command</h3>
140
138
<p>Second, download the InEngineCli tool that matches the version of the InEngine.Core package you included from the <ahref="https://github.com/InEngine-NET/InEngine.NET/releases">GitHub Releases</a> page.</p>
141
139
<p>Copy your project's DLLs into the same directory as InEngineCli.exe.</p>
0 commit comments