Fix build command typo in quickstart-scala's README.md (#3459)

This commit is contained in:
Fabio Tudone 2019-11-14 00:18:03 +02:00 committed by Stephen Compall
parent f469f1e8f1
commit 011cb0cdcb

View File

@ -24,7 +24,7 @@ Where:
The DAML code for the IOU example is located in the `./daml` folder. Run the following command to build it:
```
$ cd ./quickstart-scala
$ daml buld
$ daml build
```
this should output:
```