Skip to content

Commit 9ffde9e

Browse files
authored
Update Overview.md
typos and format fixes
1 parent c72d537 commit 9ffde9e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
11
# Creating a CodeFactory Project
2-
This section will get you started in understanding how to use the CodeFactory SDK.
3-
In this walk through we will focus on the following.
2+
This section will explains how to use the CodeFactory SDK.
3+
In this walk-through we will focus on the following topics:
44

55
- How to create a CodeFactory project
6-
- Understanding how nuget packages are loaded for CodeFactory
6+
- Understanding how NuGet packages are loaded for CodeFactory
77
- How to create a CodeFactory command
88
- How to format a CodeFactory command
99
- How to consume data from the CodeFactory Framework
10-
- How to create a user interface and display data from CodeFactory
10+
- How to create a user interface and display data using CodeFactory
1111

12-
The following is expected to have been completed before beginning this guidance.
12+
Prequisites: Please confirm the following prior to getting started with this guidance:
1313

14-
- You are using Visual Studio 2019 on Windows (Visual Studio on Mac is not supported)
15-
- You have installed CodeFactory for Visual Studio and have activated CodeFactory.
16-
- YOu have installed the CodeFactory SDK
14+
- You are using Visual Studio 2019 on Windows (Visual Studio on Mac is not currently supported).
15+
- You have installed CodeFactory for Visual Studio and have activated CodeFactory with a license key.
16+
- You have installed the CodeFactory SDK.
1717

18-
The walk through will be broken down into logical exercises that cover each of the above goals of this gudiance.
18+
This walk-through is grouped into logical exercises which address each of the guidance topics listed above.
1919

20-
## Part One Creating a Project
21-
In the first part of the guidance we will create a project and get it ready to build automation.
20+
## Part One - Creating a Project
21+
In the first part of the guidance, we will create a project and get it ready to build automation.
2222

23-
This will focus on the following
23+
This will focus on the following:
2424
- How to create a CodeFactory project
25-
- Understanding how nuget packages are loaded for CodeFactory
25+
- Understanding how NuGet packages are loaded for CodeFactory
2626
- How to create a CodeFactory command
2727

2828
[Create a CodeFactory Project](CreateProject.md)
2929

30-
## Part Two Automate Project Information
31-
In the second part we will gather information about a visual studio project and displaying it to the user in Visual Studio.
30+
## Part Two - Automate Project Information
31+
In the second part, we will gather & display information about a Visual Studio project for the Visual Studio user.
3232

33-
This will focus on the following
34-
- How to Format a CodeFactory command
33+
This will focus on the following:
34+
- How to format a CodeFactory command
3535
- How to consume data from the CodeFactory Framework
3636
- How to create a user interface and display data from CodeFactory
3737

3838
[Automate Project Information](AutomateProjectInformation.md)
3939

4040

4141
## Guidance
42-
Once you have completed this set of lessions you can return to gudiance by clicking the link below.
42+
Once you have completed this set of lessons you can return to guidance by clicking the link below.
4343

4444
[CodeFactory Guidance](../Overview.md)

0 commit comments

Comments
 (0)