Skip to content

Commit

Permalink
Update README.md to modern-data-cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
john-sandall authored Aug 9, 2023
1 parent d88df06 commit d9d8ea0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# coefficient-cookiecutter
# Modern Data Cookiecutter

<!-- badges-begin -->

Expand All @@ -10,8 +10,8 @@

[black badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black project]: https://github.com/psf/black
[github actions badge]: https://github.com/CoefficientSystems/coefficient-cookiecutter/actions/workflows/main.yaml/badge.svg
[github actions page]: https://github.com/CoefficientSystems/coefficient-cookiecutter/actions/workflows/main.yaml?query=workflow%3ACI
[github actions badge]: https://github.com/CoefficientSystems/modern-data-cookiecutter/actions/workflows/main.yaml/badge.svg
[github actions page]: https://github.com/CoefficientSystems/modern-data-cookiecutter/actions/workflows/main.yaml?query=workflow%3ACI
[pre-commit badge]: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
[pre-commit project]: https://pre-commit.com/
[python version badge]: https://img.shields.io/badge/python-3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10-blue
Expand All @@ -20,7 +20,7 @@
<!-- badges-end -->

Modern [Cookiecutter] template for Python-based data
science/engineering/analytics projects. Made by [Coefficient].
science/engineering/analytics projects. Created by [Coefficient].

Inspired by:
- [cookiecutter-data-science]
Expand All @@ -35,7 +35,7 @@ Inspired by:
pipx install cookiecutter

# Install the latest release directly from this repo
cookiecutter https://github.com/CoefficientSystems/coefficient-cookiecutter
cookiecutter https://github.com/CoefficientSystems/modern-data-cookiecutter

# Follow instructions in docs/getting_started.md or docs/quickstart.md
```
Expand Down

0 comments on commit d9d8ea0

Please sign in to comment.