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 6fde761 commit 9a5d213Copy full SHA for 9a5d213
1 file changed
AlpacaDriverDemo/Program.cs
@@ -34,7 +34,7 @@ public class Program
34
public static void Main(string[] args)
35
{
36
//First fill in information for your driver in the Alpaca Configuration Class. Some of these you may want to store in a user changeable settings file.
37
- //The fill in the ToDos in this file. Each is marked with a //ToDo
+ //Then fill in the ToDos in this file. Each is marked with a //ToDo
38
//You shouldn't need to do anything in the Startup and Logging or Finish Building and Start Server regions
39
40
//For Debug ConsoleLogger is very nice. For production TraceLogger is recommended.
0 commit comments