We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 821e586 commit 0275922Copy full SHA for 0275922
1 file changed
README.md
@@ -3,6 +3,14 @@
3
4
Object-relational mapping module for Perl 6.
5
6
+#### Install from CPAN
7
+
8
+```
9
+zef install --/test ORM::ActiveRecord
10
11
12
+#### Example usage
13
14
```perl6
15
use ORM::ActiveRecord;
16
@@ -44,13 +52,13 @@ say $page.user.fullname
44
52
Alfred E. Neuman
45
53
```
46
54
47
-#### Run Tests:
55
+#### Run Tests
48
56
49
57
50
58
$ prove -v --exec=perl6 --ext=t6
51
59
60
-## Status
61
+#### Status
62
63
[](https://travis-ci.org/gdonald/ORM-ActiveRecord)
64
0 commit comments