Commit b8696138 authored by Miguel Reboiro Jato's avatar Miguel Reboiro Jato

Fixes a minor error in README.md

Bold markers have been removed from a code example.
parent a8f68153
...@@ -95,7 +95,7 @@ Un formulario HTML adaptado a este tipo de petición podría ser el siguiente: ...@@ -95,7 +95,7 @@ Un formulario HTML adaptado a este tipo de petición podría ser el siguiente:
```html ```html
<form action=”http://localhost:2000/html” method=”POST”> <form action=”http://localhost:2000/html” method=”POST”>
<textarea name=**html**></textarea> <textarea name=html></textarea>
<button type=”submit”>Submit</button> <button type=”submit”>Submit</button>
</form> </form>
``` ```
......
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 to comment