Skip to content

Commit

Permalink
doc: update the usage of --application in the package desc
Browse files Browse the repository at this point in the history
  • Loading branch information
trgiangdo committed Jul 20, 2024
1 parent 074dcab commit e3f634e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions taipy/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and limitations under the License.
Taipy is a Python library for creating Business Applications. More information on our
[website](https://www.taipy.io).

Taipy templates is a repository that contains templates and scaffoldings created and
Taipy templates is a repository that contains application templates created and
maintained by Taipy. It helps users getting started with a simple and ready-to-go application.

A more in depth documentation of taipy can be found [here](https://docs.taipy.io).
Expand All @@ -38,7 +38,7 @@ taipy create
```
or
```bash
taipy create --template "default"
taipy create --application "default"
```

After providing necessary information, your new application is created in the current
Expand Down
4 changes: 2 additions & 2 deletions taipy/templates/package_desc.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Taipy is a Python library for creating Business Applications. More information o
[website](https://www.taipy.io). Taipy is split into multiple packages including *taipy-templates*
to let users install the minimum they need.

Taipy templates is a repository that contains templates created and
Taipy templates is a repository that contains application templates created and
maintained by Taipy. It helps users getting started with a simple and ready-to-go application.

To create a Taipy application using this template, first you need to install Taipy (> 2.2).
Expand All @@ -29,7 +29,7 @@ taipy create
```
or
```bash
taipy create --template "default"
taipy create --application "default"
```

After providing necessary information, your new application is created in the current
Expand Down

0 comments on commit e3f634e

Please sign in to comment.