Skip to content

Commit

Permalink
Change default values section
Browse files Browse the repository at this point in the history
  • Loading branch information
faustinoaq committed Apr 3, 2017
1 parent 6468393 commit 8e5c363
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Expand Up @@ -38,15 +38,16 @@ end

You can use `Sentry.run` for recompile and reload your code without external `sentry.cr`.

```crystal
# Default values
# process_name : String
# build_command : String
# run_command : String
# build_args = [] of String
# run_args = [] of String
# files = ["src/**/*.cr", "src/**/*.ecr"]
# should_build = true
Default values:

```
process_name : String
build_command : String
run_command : String
build_args = [] of String
run_args = [] of String
files = ["src/**/*.cr", "src/**/*.ecr"]
should_build = true
```

## How does it work?
Expand Down

0 comments on commit 8e5c363

Please sign in to comment.