Skip to content

Commit b03add1

Browse files
authored
README.md: fix hyphen (#12)
1 parent ac25203 commit b03add1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ $ export CRATE_NAME=my_crate
112112
$ export GITHUB_USER_NAME=mygithub
113113
$ git clone https://github.com/${GITHUB_USER_NAME}/${CRATE_NAME}
114114
$ cd ${CRATE_NAME}
115-
$ alr init –-in-place -lib ${CRATE_NAME}
115+
$ alr init --in-place --lib ${CRATE_NAME}
116116
$ mkdir tests
117117
$ cd tests
118-
$ alr init -in-place --bin tests
119-
$ alr with ${CRATE_NAME} -use=..
118+
$ alr init --in-place --bin tests
119+
$ alr with ${CRATE_NAME} --use=..
120120
$ alr with aunit
121121
$ alr with gnatcov
122122
```

0 commit comments

Comments
 (0)