Fixed code in README
This commit is contained in:
parent
53d62aa3eb
commit
3d37cb606e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user