Skip to content

Commit bbcddd8

Browse files
authored
Update README.md
1 parent 13f0b9e commit bbcddd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Latest Version on Packagist](https://img.shields.io/packagist/v/SoftinkLab/laravel-keyvalue-storage)](https://packagist.org/packages/softinklab/laravel-keyvalue-storage)
88
[![Total Downloads](https://img.shields.io/packagist/dt/SoftinkLab/laravel-keyvalue-storage)](https://packagist.org/packages/softinklab/laravel-keyvalue-storage)
99
[![Software License](https://img.shields.io/packagist/l/SoftinkLab/laravel-keyvalue-storage)](LICENSE.md)
10-
[![Build Status](https://img.shields.io/travis/SoftinkLab/laravel-keyvalue-storage)](https://travis-ci.org/SoftinkLab/laravel-keyvalue-storage)
10+
[![Build Status](https://img.shields.io/travis/SoftinkLab/laravel-keyvalue-storage)](https://travis-ci.com/SoftinkLab/laravel-keyvalue-storage)
1111

1212
</div>
1313

@@ -60,6 +60,7 @@ You can change the settings in `config/kvstorage.php`.
6060
Example : Databse Storage
6161
```
6262
'method' => 'database',
63+
'table_name' => 'kv_storage',
6364
```
6465

6566
Example : File Storage

0 commit comments

Comments
 (0)