hive
hive copied to clipboard
Update README.md
Update Hive dependency version in README.md
Description
This PR updates the Hive dependency version in the README.md file to reflect the correct pre-release version.
Changes
- Changed
hive: ^4.0.0tohive: ^4.0.0-dev.2inREADME.md.
Reasoning
The current README.md file suggests using hive: ^4.0.0, which does not include the latest pre-release features available in 4.0.0-dev.2. Updating the documentation to recommend hive: ^4.0.0-dev.2 will help developers access the latest improvements and features.
Testing
No code changes were made, only a documentation update.