Skip to content

Commit

Permalink
Merge pull request #28 from patrickbkr/renames
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDaniel committed Jun 13, 2020
2 parents 488aa29 + e7fe20b commit cf45815
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion META6.json
Expand Up @@ -3,7 +3,7 @@
"name" : "sake",
"version" : "0.0.3",
"license" : "Artistic-2.0",
"description" : "A make-a-like implemented in Perl 6",
"description" : "A make-a-like implemented in Raku",
"provides" : {
"Sake" : "lib/Sake.pm6",
"Sake::Task" : "lib/Sake/Task.pm6",
Expand Down
8 changes: 4 additions & 4 deletions README.md
@@ -1,6 +1,6 @@
## sake

`sake` is a make-a-like implemented in Perl 6. It was inspired by
`sake` is a make-a-like implemented in Raku. It was inspired by
[rake](https://github.com/ruby/rake).


Expand All @@ -12,8 +12,8 @@ Sake is easily installable with [`zef`](https://github.com/ugexe/zef):
zef install sake
```

If you are using `rakudobrew` you will need to run `rakudobrew rehash`
to make `sake` executable available.
If you are using `rakubrew` in `shim` mode you will need to run
`rakubrew rehash` to make the `sake` executable available.


### Current status
Expand All @@ -26,7 +26,7 @@ requests and PRs are welcome!

Create a file named `Sakefile` with these contents:

```perl6
```raku
task 'buy-food', {
say 'Bought a salad.'
}
Expand Down

0 comments on commit cf45815

Please sign in to comment.