Skip to content
This repository was archived by the owner on Oct 14, 2018. It is now read-only.

Commit 52f50ae

Browse files
authored
Change README to use bash codeblock for CLI
1 parent a4bef52 commit 52f50ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ Download 13kb bootstrap script
7272
and execute it.
7373
The script will download all dependencies on first execution.
7474

75-
```scala
76-
// print to stdout, works with running postgres instance on
77-
// localhost:5432 with user "postgres", password "postgres" and database "postgres"
75+
```bash
76+
# print to stdout, works with running postgres instance on
77+
# localhost:5432 with user "postgres", password "postgres" and database "postgres"
7878
$ scala-db-codegen
79-
// Override any default settings with flags.
79+
# Override any default settings with flags.
8080
$ scala-db-codegen --user myuser --password mypassword --url jdbc:postgresql://myhost:8888/postgres --file Tables.scala --type-map "bool,Boolean;int4,Int;int8,Long"
8181
...
8282
```

0 commit comments

Comments
 (0)