From 3d37cb606e916471add3010e8c12db7620cc38bd Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 17 May 2023 21:50:05 -0300 Subject: [PATCH] Fixed code in README --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index 74196a1..d623d56 100644 --- a/README.org +++ b/README.org @@ -61,7 +61,7 @@ Of course, this README was also made with ChatGPT. (.venv) flask run #+END_SRC - 2. Access the application by visiting `http://localhost:5000` in your web browser. + 2. Access the application by visiting http://localhost:5000 in your web browser. * Performance Considerations :PROPERTIES: @@ -81,9 +81,9 @@ Of course, this README was also made with ChatGPT. steps: 1. Fork the repository. - 2. Create a new branch: `git checkout -b feature/your-feature-name`. - 3. Make your changes and commit them: `git commit -am 'Add some feature'`. - 4. Push the branch to your forked repository: `git push origin feature/your-feature-name`. + 2. Create a new branch: ~git checkout -b feature/your-feature-name~. + 3. Make your changes and commit them: ~git commit -am 'Add some feature'~. + 4. Push the branch to your forked repository: ~git push origin feature/your-feature-name~. 5. Open a merge request on GitLab. * License