diff --git a/README.md b/README.md index fde970c..f055bfb 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,19 @@ Definito uno [schema *css*](https://github.com/ulaulaman/dropsea/blob/master/css **Esempio**: -<scheda><titolo>DropSea</titolo><autore>Gianluigi Filippelli</autore><trad>Un traduttore</trad><ed>Me stesso<uscita>2002</uscita></ed><formato><pag>3000</pag>brossurato<euro>10</euro></formato><isbn>isbn</isbn></scheda> +<scheda> + <titolo>DropSea</titolo> + <autore>Gianluigi Filippelli</autore> + <trad>Un traduttore</trad> + <ed>Me stesso + <uscita>2002</uscita> + </ed> + <formato> + <pag>3000</pag> + brossurato + <euro>10</euro> + </formato> + <isbn>isbn</isbn> +</scheda> In alternativa a <euro> si possono usare anche le *tag* <dollaro> e <lira> \ No newline at end of file