Commit f8bf5580 by Jaime Collado

README fix

parent 33c26690
Showing with 2 additions and 2 deletions
......@@ -8,4 +8,4 @@
3. Activar el entorno virtual: `source /path/to/environment/bin/activate`
4. Instalar las bibliotecas necesarias: `pip install -r /path/to/requirements.txt`
5. Lanzar el servicio: `uvicorn main:app --host <HOST> --port <PORT>`
6. Probar que funciona en http://localhost:<PORT>/docs
\ No newline at end of file
6. Probar que funciona en http://localhost:PORT/docs
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment