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