From fce15c10a11d0a2f5e1fe023075d795e037649ba Mon Sep 17 00:00:00 2001 From: Domeniko Gentner Date: Sat, 28 Nov 2020 08:07:57 +0100 Subject: [PATCH] errata --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1455305..941d5f9 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ Of course you will also need a few inputs and a button that submits the data. Here is a base skeleton to start out: ``` -
+ @@ -130,7 +130,8 @@ Here is a base skeleton to start out: Please take note of the `id` on each element, these are mandatory, as well as the function call for the `onclick` event. Again, style as needed and add more Javascript to your gusto. Make sure to implement the callback, otherwise the -Javascript will crash. +Javascript will crash. The `data-remote=` needs to have the URL where you host this program, as well as the path to +the API endpoint. Inside your template `single.html`, or wherever you want to place comments, you will also need this: