Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunnink committed Jul 26, 2023
1 parent 6af13dd commit 3384d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ using LINQ and the strongly typed objects in the library.
The following is some basic examples of how you can use this library
to query and modify the L5X content.

### Querying
#### Querying
Once the LogixContent is created, you can use the container properties
to get access to all of the primary L5X components,
such as `Tag`, `DataType`, `Module`, `Program`, and more.
Expand All @@ -63,7 +63,7 @@ var tag = content.Tags.Find("MyTag");
//Use LINQ to query further.
var results = content.Tags.Where(t => t.DataType == "TIMER");
```
### Modifying
#### Modifying
Modifying components is simple as well.
The same component collection interface offers methods for adding,
removing, and replacing components.
Expand Down

0 comments on commit 3384d67

Please sign in to comment.