Skip to content

Commit 0660c00

Browse files
authored
Merge pull request #13 from awwaiid/master
Update README with EVAL example and fixed travis link
2 parents 82c41f0 + cf7956e commit 0660c00

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22

33
Inline::Python
44

5-
Master (released) branch [![Build Status](https://travis-ci.org/awwaiid/Inline-Python.svg?branch=master)](https://travis-ci.org/awwaiid/Inline-Python)
6-
7-
Develop branch [![Build Status](https://travis-ci.org/awwaiid/Inline-Python.svg?branch=develop)](https://travis-ci.org/awwaiid/Inline-Python)
5+
[![Build Status](https://travis-ci.org/niner/Inline-Python.svg?branch=master)](https://travis-ci.org/niner/Inline-Python)
86

97
# SYNOPSIS
108

119
```
1210
use Inline::Python;
1311
my $py = Inline::Python.new();
1412
$py.run('print "hello world"');
13+
14+
# Or
15+
say EVAL('1+3', :lang<Python>);
1516
```
1617

1718
# DESCRIPTION

0 commit comments

Comments
 (0)