Skip to content

Commit

Permalink
changes requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenagubaira authored Jan 8, 2025
1 parent a44ccdd commit 066145c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ git clone https://github.com/4GeeksAcademy/python-hello
Luego, ejecuta la aplicación escribiendo en la terminal:

```bash
$ python3 app.py
$ python3 main.py
```

💡 Importante: Recuerda actualizar el `remote` del proyecto con el de tu repositorio usando `git remote set-url origin <your new url>`, y luego guardar tu código en tu nuevo repositorio usando `add`, `commit` y `push`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ git clone https://github.com/4GeeksAcademy/python-hello
Then, Run the app by typing on the terminal:

```bash
$ python3 app.py
$ python3 main.py
```

💡 Important: Remember to create a new repository, update the remote (`git remote set-url origin <your new url>`), and upload the code to your new repository using `add`, `commit`, and `push`.
Expand Down
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"status": "draft",
"preview": "https://github.com/breatheco-de/exercise-excuse-generator-python-cli/blob/master/preview.gif?raw=true",
"duration" : 4,
"template_url": "https://github.com/4GeeksAcademy/flask-rest-hello",
"template_url": "https://github.com/4GeeksAcademy/python-hello",
"difficulty": "beginner",
"description" : "Disneyland for procrastinators. This excuse generator in python takes no more than 20 lines of code and can save you for the rest of your life!",
"solution": "https://github.com/breatheco-de/exercise-excuse-generator-python-cli/tree/solution",
Expand Down

0 comments on commit 066145c

Please sign in to comment.