Skip to content

Commit

Permalink
Added an additional paragraph to the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed Apr 30, 2022
1 parent 321c0c9 commit cfea36d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

**dotenv.core** is a class library for read and parsing .env files in .NET Core and also provides a mechanism to retrieve the value of an environment variable in a simple and easy way.

The advantage of using this library is that you do not need to set the environment variable from the operating system shell (**dotenv** sets environment variables from a .env file).

## Features

- It has a [fluent interface](https://en.wikipedia.org/wiki/Fluent_interface), which makes it simple and easy to use.
Expand Down

0 comments on commit cfea36d

Please sign in to comment.