Skip to content

Commit 0275922

Browse files
committed
Update readme
1 parent 821e586 commit 0275922

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
Object-relational mapping module for Perl 6.
55

6+
#### Install from CPAN
7+
8+
```
9+
zef install --/test ORM::ActiveRecord
10+
```
11+
12+
#### Example usage
13+
614
```perl6
715
use ORM::ActiveRecord;
816

@@ -44,13 +52,13 @@ say $page.user.fullname
4452
Alfred E. Neuman
4553
```
4654

47-
#### Run Tests:
55+
#### Run Tests
4856

4957
```
5058
$ prove -v --exec=perl6 --ext=t6
5159
```
5260

53-
## Status
61+
#### Status
5462

5563
[![Build Status](https://travis-ci.org/gdonald/ORM-ActiveRecord.svg?branch=master)](https://travis-ci.org/gdonald/ORM-ActiveRecord)
5664

0 commit comments

Comments
 (0)