Skip to content

Commit

Permalink
chore: changing the name in README.md, too (#4)
Browse files Browse the repository at this point in the history
Personally, I think the "o" should be lowercase because this is how it would look on the command line, as an imported module in Python, and as an installable package on PyPI (all of which have a lowercase convention), but it's your call. Capitalizing the "O" really makes you notice it, so there's that.

I'm pointing to this library on a [Gitter forum](https://app.gitter.im/#/room/#Scikit-HEP_uproot:gitter.im), so it's worthwhile being consistent about the name.
  • Loading branch information
jpivarski authored Oct 16, 2023
1 parent bcc1309 commit 62f1c6e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Proteus
# Odapt

[![Actions Status][actions-badge]][actions-link]
[![Documentation Status][rtd-badge]][rtd-link]
Expand All @@ -12,16 +12,16 @@
<!-- SPHINX-START -->

<!-- prettier-ignore-start -->
[actions-badge]: https://github.com/zbilodea/Proteus/workflows/CI/badge.svg
[actions-link]: https://github.com/zbilodea/Proteus/actions
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/Proteus
[conda-link]: https://github.com/conda-forge/Proteus-feedstock
[actions-badge]: https://github.com/zbilodea/odapt/workflows/CI/badge.svg
[actions-link]: https://github.com/zbilodea/odapt/actions
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/odapt
[conda-link]: https://github.com/conda-forge/odapt-feedstock
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]: https://github.com/zbilodea/Proteus/discussions
[pypi-link]: https://pypi.org/project/Proteus/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/Proteus
[pypi-version]: https://img.shields.io/pypi/v/Proteus
[rtd-badge]: https://readthedocs.org/projects/Proteus/badge/?version=latest
[rtd-link]: https://Proteus.readthedocs.io/en/latest/?badge=latest
[github-discussions-link]: https://github.com/zbilodea/odapt/discussions
[pypi-link]: https://pypi.org/project/odapt/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/odapt
[pypi-version]: https://img.shields.io/pypi/v/odapt
[rtd-badge]: https://readthedocs.org/projects/odapt/badge/?version=latest
[rtd-link]: https://odapt.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->

0 comments on commit 62f1c6e

Please sign in to comment.