Skip to content

Commit

Permalink
docs: updating documentation (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
devartes authored Dec 28, 2023
1 parent fc61c89 commit 53f18d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/concepts/app/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ features or capabilities. They enable developers to package and share
business-specific functionalities across different projects, making it easier to
maintain and scale your deco sites.

By running the command `deno run -A -r https://deco.cx/init` in your terminal,
By running the command `deno run -Ar https://deco.cx/start` in your terminal,
you can start developing an App from scratch and get it up and running quickly.

## App Configuration
Expand All @@ -38,7 +38,7 @@ process and allows for efficient version control and maintenance of Apps.

To create your own deco Apps, follow these steps:

1. Run the command `deno run -A -r https://deco.cx/init` to initialize a new
1. Run the command `deno run -Ar https://deco.cx/start` to initialize a new
deco App.
2. Define the functionalities or components you want to bundle into the App.
3. Organize the functions, sections, loaders, or other deco components within
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/app/pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ recursos ou capacidades específicas. Eles permitem que os desenvolvedores
empacotem e compartilhem funcionalidades específicas do negócio em diferentes
projetos, tornando mais fácil a manutenção e a expansão dos seus sites deco.

Ao executar o comando `deno run -A -r https://deco.cx/init` no terminal, você
Ao executar o comando `deno run -Ar https://deco.cx/start` no terminal, você
pode começar a desenvolver um App do zero e colocá-lo em funcionamento
rapidamente.

Expand All @@ -41,7 +41,7 @@ eficiente dos Apps.

Para criar seus próprios deco Apps, siga estes passos:

1. Execute o comando `deno run -A -r https://deco.cx/init` para inicializar um
1. Execute o comando `deno run -Ar https://deco.cx/start` para inicializar um
novo deco App.
2. Defina as funcionalidades ou componentes que você deseja empacotar na app.
3. Organize as funções, seções, carregadores ou outros componentes deco dentro
Expand Down

0 comments on commit 53f18d7

Please sign in to comment.