Skip to content

Commit

Permalink
fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Jul 22, 2024
1 parent 9c640a3 commit 33c7f57
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/user_guides/deploy_go_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ tsuru app create <app-name> <app-platform>
For GO, the app platform is, guess what, go! Let’s be over creative and develop a never-developed tutorial-app: a myapp

``` bash
$ tsuru app create helloworld python
$ tsuru app create helloworld go
```

## Application code
Expand Down
12 changes: 6 additions & 6 deletions src/user_guides/deploy_python_apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Creating python applications with tsuru it is so easy. basically you need to mai

To create an app, you use the command app create:

``` bash
$ tsuru app create <app-name> <app-platform>
```
``` bash
$ tsuru app create <app-name> <app-platform>
```

For Python, the app platform is, guess what, python! Let’s be over creative and develop a never-developed tutorial-app: a myapp

``` bash
$ tsuru app create myapp python
```
``` bash
$ tsuru app create myapp python
```


## Application code
Expand Down

0 comments on commit 33c7f57

Please sign in to comment.