Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Park, Woocheol authored Apr 25, 2017
1 parent c9f5b21 commit e643f49
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ <h1>

<p><a href="http://mrparkwc.com/simplelog">http://mrparkwc.com/simplelog</a></p>

<h1>
<a id="demo" class="anchor" href="#demo" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Demo</h1>
<img src="https://github.com/ParkWoocheol/SimpleLog/blob/master/images/capture.PNG?raw=true" alt="SimpleLog"/>


<h1>
<a id="example" class="anchor" href="#example" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Example</h1>

Expand Down Expand Up @@ -169,13 +174,13 @@ <h1>
<div class="highlight highlight-text-xml"><pre>&lt;<span class="pl-ent">dependency</span>&gt;
&lt;<span class="pl-ent">groupId</span>&gt;com.mrparkwc&lt;/<span class="pl-ent">groupId</span>&gt;
&lt;<span class="pl-ent">artifactId</span>&gt;simplelog&lt;/<span class="pl-ent">artifactId</span>&gt;
&lt;<span class="pl-ent">version</span>&gt;1.2.2&lt;/<span class="pl-ent">version</span>&gt;
&lt;<span class="pl-ent">version</span>&gt;2.0.3&lt;/<span class="pl-ent">version</span>&gt;
&lt;<span class="pl-ent">type</span>&gt;aar&lt;/<span class="pl-ent">type</span>&gt;
&lt;/<span class="pl-ent">dependency</span>&gt;</pre></div>

<p>Gradle:</p>

<div class="highlight highlight-source-groovy"><pre>compile <span class="pl-s"><span class="pl-pds">'</span>com.mrparkwc:simplelog:1.2.2<span class="pl-pds">'</span></span></pre></div>
<div class="highlight highlight-source-groovy"><pre>compile <span class="pl-s"><span class="pl-pds">'</span>com.mrparkwc:simplelog:2.0.3<span class="pl-pds">'</span></span></pre></div>

<h1>
<a id="developed-by" class="anchor" href="#developed-by" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Developed By</h1>
Expand Down

0 comments on commit e643f49

Please sign in to comment.