Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaestro committed Dec 12, 2017
1 parent 7995858 commit e4af2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ my $m = META6.new( name => 'META6',
print $m.to-json;
my $m = META6.new('./META6.json');
my $m = META6.new(file => './META6.json');
$m<version description> = v0.0.2, 'Work with Perl 6 META files even better';
spurt('./META6.json', $m.to-json);
```
Expand Down

0 comments on commit e4af2cc

Please sign in to comment.