Skip to content

Commit

Permalink
updated quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
nedpals committed Nov 15, 2017
1 parent e825d59 commit 9059ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ Options:
(*) - development dependencies still in limited support. see quirks.

## Quirks
1. You may have noticed that `shard.yml` file has been changed with some newlines/whitespaces removed. This is because the way YAML module in Crystal builds the markup but don't worry this is still valid YAML and it has no difference when installing dependencies compared with newlines/whitespaces.
1. You may have noticed that your `shard.yml` file has been changed with newlines/whitespaces removed. This is because the way YAML module in Crystal builds the markup but don't worry this is still valid YAML and it has no difference when installing dependencies compared with newlines/whitespaces.

2. Dependencies added using the `--dev` flag are now working but not added in the correct order as per [shard.yml specification](https://github.com/crystal-lang/shards/blob/master/SPEC.md)
2. Dependencies added using the `--dev` flag are now working but not added in the correct order as per [shard.yml specification](https://github.com/crystal-lang/shards/blob/master/SPEC.md).

## Contributing

Expand Down

0 comments on commit 9059ce4

Please sign in to comment.