Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-edmondson authored Sep 14, 2024
1 parent a79d427 commit 268a3fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

A library that provides strong typing for common filesystem paths providing compile time feedback and runtime validation.

StrongPaths is a collection of classes derived from `ktsu.io.StrongStrings` with added functionality and helper methods for filesystem paths.
StrongPaths is a collection of classes derived from `ktsu.iStrongStrings` with added functionality and helper methods for filesystem paths.

Get familiar with the [StrongStrings](https://github.com/ktsu-io/StrongStrings) library to get the most out of StrongPaths.
Get familiar with the [StrongStrings](https://github.com/ktsu-dev/StrongStrings) library to get the most out of StrongPaths.

## Usage
```csharp
using ktsu.io.StrongPaths;
using ktsu.StrongPaths;

public class MyDemoClass
{
Expand Down Expand Up @@ -64,7 +64,7 @@ You can use these abstract base classes to accept a subset of path types in your
- `AnyFilePath` Accepts `FilePath`, `AbsoluteFilePath`, `RelativeFilePath`, and types derived from them

```csharp
using ktsu.io.StrongPaths;
using ktsu.StrongPaths;

public static class MyDemoClass
{
Expand Down

0 comments on commit 268a3fb

Please sign in to comment.