Skip to content

Commit

Permalink
prepare for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
apreiml committed Nov 17, 2019
1 parent 7609ec7 commit 144ff21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In composer.json add the following to repositories:
```
"repositories": [{
"type": "vcs",
"url": "git@git.symvaro.com:dev/artisan-lang-utils.git"
"url": "git@github.com:symvaro/artisan-lang-utils.git"
}]
```

Expand Down Expand Up @@ -72,3 +72,8 @@ __list all non unique messages__ you can use this:
| grep -vE "^[ ]*1"
```

# Contributing

This library will only consist of sound tools to import/export and help editing your language files in the command
line. Feature requests or contributions out of this scope will not be accepted. Test cases for your special
cases or bugs are very appreciated.

0 comments on commit 144ff21

Please sign in to comment.