Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Williamx authored Feb 3, 2018
1 parent a52d019 commit 3c48dc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Lichia
===
Biblioteca Java para abstracao de dados apartir de uma String XML

<h7>Importamos as classes JAVA</h7><BR>
<B>import lichia.LichiaHTTP;</B>
<pre>
<B>import lichia.LichiaHTTP;</B><pre>
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
Expand All @@ -17,7 +17,7 @@ import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import org.w3c.dom.Element;</pre>

<h7>Instanciamos as classes</h7><BR><code><pre>
<h7>Instanciamos as classes</h7><BR><pre>
public class Lichia {
    public static void main(String[] args) throws Exception{ 
LichiaHTTP conectar = new LichiaHTTP();       
Expand All @@ -40,7 +40,7 @@ public class Lichia {
e.getMessage();              
}   
}   
    }</pre></code>
    }</pre>
<h7>Entendendo o Codigo...</h7><BR>
<B>Instanciamos a classe HTTP responsavel pela conexao.</B>
<code><pre>LichiaHTTP conectar = new LichiaHTTP();
Expand Down

0 comments on commit 3c48dc8

Please sign in to comment.