Skip to content

Commit 3aba2a4

Browse files
committed
docs: fix repository references in README
1 parent c50e69b commit 3aba2a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
[![PyPI version](https://img.shields.io/pypi/v/dotenv-schema.svg)](https://pypi.org/project/dotenv-schema/)
44
[![Python Versions](https://img.shields.io/pypi/pyversions/dotenv-schema.svg)](https://pypi.org/project/dotenv-schema/)
5-
[![License](https://img.shields.io/github/license/skyspec28/env_loader-.svg)](https://github.com/skyspec28/env_loader-/blob/main/LICENSE)
6-
[![Test Coverage](https://img.shields.io/codecov/c/github/skyspec28/env_loader-.svg)](https://codecov.io/gh/skyspec28/env_loader-)
7-
[![Build Status](https://img.shields.io/github/actions/workflow/status/skyspec28/env_loader-/python-tests.yml?branch=main)](https://github.com/skyspec28/env_loader-/actions)
5+
[![License](https://img.shields.io/github/license/skyspec28/dotenv_schema.svg)](https://github.com/skyspec28/dotenv_schema/blob/main/LICENSE)
6+
[![Test Coverage](https://img.shields.io/codecov/c/github/skyspec28/dotenv_schema.svg)](https://codecov.io/gh/skyspec28/dotenv_schema)
7+
[![Build Status](https://img.shields.io/github/actions/workflow/status/skyspec28/dotenv_schema/python-tests.yml?branch=main)](https://github.com/skyspec28/dotenv_schema/actions)
88

99
A simple, lightweight Python tool to load, validate, and type-cast environment variables from `.env` files using a schema. This package helps you manage configuration in a type-safe way while keeping your secrets out of your codebase.
1010

@@ -25,8 +25,8 @@ pip install dotenv-schema
2525
For development:
2626

2727
```bash
28-
git clone https://github.com/skyspec28/env_loader-.git
29-
cd env-loader
28+
git clone https://github.com/skyspec28/dotenv_schema.git
29+
cd dotenv_schema
3030
pip install .
3131
```
3232

0 commit comments

Comments
 (0)