Skip to content

Commit c41cdb8

Browse files
committed
update README.md for use github-ci budge
1 parent 1fb7441 commit c41cdb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CellBIS::SQL::Abstract - SQL Query Generator [![Build Status](https://travis-ci.com/CellBIS/CellBIS-SQL-Abstract.svg?branch=master)](https://travis-ci.com/CellBIS/CellBIS-SQL-Abstract)
1+
# CellBIS::SQL::Abstract - SQL Query Generator ![linux](https://github.com/CellBIS/CellBIS-SQL-Abstract/workflows/linux/badge.svg)
22

33
The purpose of this module is to generate SQL Query. General queries has covered
44
`insert`, `delete`, `update`, `select`, and **select** with **join** - (`select_join`).
@@ -10,7 +10,7 @@ or [DBI](https://metacpan.org/pod/DBI).
1010
## How to Install :
1111
From Source :
1212
```bash
13-
git clone -b v0.8 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
13+
git clone -b v1.3 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
1414
perl Makefile.PL
1515
make && make test
1616
make install && make clean
@@ -72,4 +72,4 @@ my $clause = {}; # Clause of SQL Query.
7272
$sql_abstract->select_join($table_list, $column, $clause);
7373
```
7474

75-
For more information you can see on [CPAN](https://metacpan.org/pod/CellBIS::SQL::Abstract).
75+
For more information you can see on [CPAN](https://metacpan.org/pod/CellBIS::SQL::Abstract).

0 commit comments

Comments
 (0)