Skip to content

Commit 4710364

Browse files
authored
Merge pull request #964 from bavix/update-desc
[rebranding] new summary
2 parents 8a79667 + 671e3d9 commit 4710364

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
![Laravel Wallet](https://github.com/bavix/laravel-wallet/assets/5111255/8697195c-ce99-4326-bf1f-c2055b803d2f)
1+
![Laravel Wallet](https://github.com/bavix/laravel-wallet/assets/5111255/95e7877c-a950-4b04-9414-de62216d31c2)
22

33
[![Maintainability](https://api.codeclimate.com/v1/badges/588400f5f40cbbf3a8ab/maintainability)](https://codeclimate.com/github/bavix/laravel-wallet/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/588400f5f40cbbf3a8ab/test_coverage)](https://codeclimate.com/github/bavix/laravel-wallet/test_coverage) [![Financial Contributors on Open Collective](https://opencollective.com/laravel-wallet/all/badge.svg?label=financial+contributors)](https://opencollective.com/laravel-wallet) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fbavix%2Flaravel-wallet%2Fmaster)](https://packagist.org/packages/bavix/laravel-wallet)
44

55
[![Latest Stable Version](https://poser.pugx.org/bavix/laravel-wallet/v)](https://packagist.org/packages/bavix/laravel-wallet) [![Latest Unstable Version](https://poser.pugx.org/bavix/laravel-wallet/v/unstable)](https://packagist.org/packages/bavix/laravel-wallet) [![License](https://poser.pugx.org/bavix/laravel-wallet/license)](https://packagist.org/packages/bavix/laravel-wallet) [![composer.lock](https://poser.pugx.org/bavix/laravel-wallet/composerlock)](https://packagist.org/packages/bavix/laravel-wallet)
66

77
[![Sparkline](https://stars.medv.io/bavix/laravel-wallet.svg)](https://stars.medv.io/bavix/laravel-wallet)
88

9-
laravel-wallet - Easy work with virtual wallet.
9+
laravel-wallet - It's easy to work with a virtual wallet.
1010

1111
[[Benchmark](https://github.com/bavix/laravel-wallet-benchmark/)]
1212
[[Documentation](https://bavix.github.io/laravel-wallet/)]

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bavix/laravel-wallet",
3-
"description": "Easy work with virtual wallet.",
3+
"description": "It's easy to work with a virtual wallet.",
44
"keywords": [
55
"laravel",
66
"credits",

docs/.vitepress/config.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
55
title: "Laravel Wallet",
6-
description: "Easy work with virtual wallet",
6+
description: "It's easy to work with a virtual wallet",
77
base: '/laravel-wallet/',
88
lastUpdated: true,
99
head: [

docs/guide/introduction/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![Laravel Wallet](https://user-images.githubusercontent.com/5111255/48687709-a7c2fa00-ebd3-11e8-8714-c4f3efe93f02.png)
66

7-
`laravel-wallet` - Easy work with virtual wallet.
7+
`laravel-wallet` - It's easy to work with a virtual wallet.
88

99
### Support
1010

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: home
55
hero:
66
name: "Laravel Wallet"
77
text: It's simple!
8-
tagline: Easy work with virtual wallet
8+
tagline: It's easy to work with a virtual wallet
99
image:
1010
src: https://github.com/bavix/laravel-wallet/assets/5111255/24cf424a-0177-4712-b74c-52b4ba88c428
1111
alt: Laravel Wallet

0 commit comments

Comments
 (0)