Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkl authored Oct 17, 2024
1 parent f5f67fd commit 046a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add a `<PackageReference />` to the [EnvironmentAbstractions](https://nuget.org/

## `IEnvironmentProvider`

The `IEnvironmentProvider` interfaces provides an abstraction for everything in the `System.Environment` class including getting system information, user information, or accessing environment variables.
The `IEnvironmentProvider` interface provides an abstraction for everything in the `System.Environment` class including getting system information, user information, or accessing environment variables.

Use the `IEnvironmentProvider` interface when accessing the environment your code:

Expand Down

0 comments on commit 046a4d5

Please sign in to comment.