Skip to content

Commit

Permalink
docs(readme): add version to links
Browse files Browse the repository at this point in the history
  • Loading branch information
021-projects committed Feb 27, 2024
1 parent 2a4164e commit 667e2c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><a href="https://021-projects.github.io/laravel-wallet/" target="_blank"><img src="https://raw.githubusercontent.com/021-projects/laravel-wallet/master/docs/public/code-hero.png" width="470" alt="Laravel Wallet Code Example"></a></p>
<p align="center"><a href="https://021-projects.github.io/laravel-wallet/8.x" target="_blank"><img src="https://raw.githubusercontent.com/021-projects/laravel-wallet/master/docs/public/code-hero.png" width="470" alt="Laravel Wallet Code Example"></a></p>

<p align="center">
<a href="https://github.com/021-projects/laravel-wallet/actions/workflows/tests.yml"><img src="https://github.com/021-projects/laravel-wallet/actions/workflows/tests.yml/badge.svg?branch=master" alt="Tests"></a>
Expand All @@ -11,14 +11,14 @@
[Laravel Wallet](https://github.com/021-projects/laravel-wallet) is a sophisticated PHP package designed to deliver a robust and flexible transaction engine, emulating the reliability found in traditional banking systems.

## Key Features
- [Enhanced Reliability](https://021-projects.github.io/laravel-wallet/reliability.html)
- [Intuitive Interaction](https://021-projects.github.io/laravel-wallet/helpers.html)
- [Precision in Number Handling](https://021-projects.github.io/laravel-wallet/interfaces.html#numeric)
- [Enhanced Reliability](https://021-projects.github.io/laravel-wallet/8.x/reliability.html)
- [Intuitive Interaction](https://021-projects.github.io/laravel-wallet/8.x/helpers.html)
- [Precision in Number Handling](https://021-projects.github.io/laravel-wallet/8.x/interfaces.html#numeric)

# Documentation
- [Getting Started](https://021-projects.github.io/laravel-wallet/getting-started.html)
- [Configuration](https://021-projects.github.io/laravel-wallet/configuration.html)
- [Basic Usage](https://021-projects.github.io/laravel-wallet/basic-usage.html)
- [Getting Started](https://021-projects.github.io/laravel-wallet/8.x/getting-started.html)
- [Configuration](https://021-projects.github.io/laravel-wallet/8.x/configuration.html)
- [Basic Usage](https://021-projects.github.io/laravel-wallet/8.x/basic-usage.html)

# Join Our Community
- [Telegram](https://t.me/laravelwallet)
Expand Down

0 comments on commit 667e2c1

Please sign in to comment.