ts: remove mention of create-daml-app (#8782)

Thanks to Alexander Bernauer for reporting this on [the forum].

[the forum]: https://discuss.daml.com/t/type-script-support-dropped-with-sdk-1-9-0/2054/4

CHANGELOG_BEGIN
CHANGELOG_END
This commit is contained in:
Gary Verhaegen 2021-02-08 18:28:17 +01:00 committed by GitHub
parent cfae2d88f5
commit 01b242789d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,9 +10,15 @@ Comprehensive documentation for `@daml/ledger` can be found
## Usage
The best way to get you started quickly is to look at [Create Daml
App](https://github.com/digital-asset/create-daml-app) and to read the [Quickstart
Guide](https://docs.daml.com/getting-started/quickstart.html).
The best way to get you started quickly is to start with the `create-daml-app`
template:
```
daml new --template=create-daml-app my-project-name
```
and to read the [Quickstart Guide].
[Quickstart Guide]: https://docs.daml.com/getting-started/quickstart.html
We recommend to use the [React](https://reactjs.org) framework and the `@daml/react` library to
build frontends for Daml applications. If you choose a different Javascript based framework, please