Skip to content

Commit

Permalink
Merge pull request #23 from Zozi96/fix/missing-docs
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Zozi96 authored Nov 8, 2024
2 parents 0930f4a + 6784d4e commit 5b4861d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ Hash Forge provides optional dependencies for specific hashing algorithms. To in
### Basic Example

```python
from hash_forge import HashManager, PBKDF2Hasher
from hash_forge import HashManager
from hash-forge.hashers import PBKDF2Hasher

# Initialize HashManager with PBKDF2Hasher
hash_manager = HashManager(PBKDF2Hasher())
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "hash-forge"
version = "1.2.2"
version = "1.2.3"
description = "Hash Forge is a lightweight Python library designed to simplify the process of hashing and verifying data using a variety of secure hashing algorithms."
readme = "README.md"
authors = [{ name = "Zozi", email = "[email protected]" }]
Expand Down

0 comments on commit 5b4861d

Please sign in to comment.