Skip to content

Commit 5b287b4

Browse files
authored
Update README.md
1 parent 5930594 commit 5b287b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://github.com/hyperdimensional-computing/torchhd/blob/main/LICENSE"><img alt="GitHub license" src="https://img.shields.io/badge/license-MIT-orange.svg?style=flat" /></a>
3-
<a href="https://pypi.org/project/torchhd/"><img alt="pypi version" src="https://img.shields.io/pypi/v/torchhd.svg?style=flat&color=orange" /></a>
3+
<a href="https://pypi.org/project/torch-hd/"><img alt="pypi version" src="https://img.shields.io/pypi/v/torch-hd.svg?style=flat&color=orange" /></a>
44
<a href="https://anaconda.org/torchhd/torchhd"><img alt="conda version" src="https://img.shields.io/conda/v/torchhd/torchhd?label=conda&style=flat&color=orange" /></a>
55
<a href="https://github.com/hyperdimensional-computing/torchhd/actions/workflows/test.yml?query=branch%3Amain"><img alt="tests status" src="https://img.shields.io/github/workflow/status/hyperdimensional-computing/torchhd/Test/main?label=tests&style=flat" />
66
</a><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" />
@@ -24,7 +24,7 @@ Torchhd is a Python library for Hyperdimensional Computing.
2424
Torchhd is hosted on PyPi and Anaconda, use one of the following commands to install:
2525

2626
```bash
27-
pip install torchhd
27+
pip install torch-hd
2828
```
2929

3030
```bash

0 commit comments

Comments
 (0)