Skip to content

Commit 98f44dc

Browse files
author
Brent Sanders
authored
Update README.md
1 parent abd1a3a commit 98f44dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ Create a new virtual environment by running `python3 -m venv venv` to create a v
5050
environment in a local directory named "venv". Running against that virtual environment
5151
will work when doing `source venv/bin/activate` moving forward.
5252

53-
# Diving into the code
53+
## Diving into the code
5454

55-
Let's go section by section, at the outset we have a settings block which includes a short description
56-
of the automation and it's imports.
55+
Let's go section by section. At the outset we have a settings block which includes a short description
56+
of the automation and what it imports. [Docs](http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#id587)
5757
```
5858
*** Settings ***
5959
Documentation Searches the Secretary of State UCC database
@@ -64,7 +64,7 @@ Library OperatingSystem
6464
```
6565
The first two imports that start with `libraries/` were created for this project. They parse the
6666
results of the search and to store the result via a HTTP POST request. The second two imports pull in the
67-
RPA.Browser library included with RPA Framework and the OperatingSystem library offered by Robot Framework.
67+
`RPA.Browser` library included with RPA Framework and the `OperatingSystem` library offered by Robot Framework.
6868

6969
#### RPA Framework? Robot Framework? Which is it?
7070

0 commit comments

Comments
 (0)