Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioars committed Dec 18, 2016
1 parent fe84c9f commit e6635fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Sculptor - The future web experience## AboutSculptor is a CSS Framework that allows you make beautiful web-based applications.We've got inspired in designs we believe is real futuristic and in colors of the universe.Created by [Fabio Soares](http://facebook.com/1fabiosoares) on a 2016 saturday afternoon.## Getting Started- [Download](https://github.com/1fabiosoares/sculptor/releases) on Github Releases- Clone our repository `git clone git@github.com:1fabiosoares/sculptor.git`- Use [CDN](https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css) `https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css`- Download npm package `npm install sculptorcss`- Download bower package `bower install sculptor`- Download composer package `*future*`Put it on you HTML pageUsing CDN <link rel="stylesheet" href="https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css">or using a local reference <link rel="stylesheet" href="css/sculptor.min.css">
# Sculptor - The future web experience## AboutSculptor is a CSS Framework that allows you make beautiful web-based applications.We've got inspired in designs we believe is real futuristic and in colors of the universe.Created by [Fabio Soares](http://facebook.com/1fabiosoares) on a 2016 saturday afternoon.## Getting Started- [Download](https://github.com/1fabiosoares/sculptor/releases) on Github Releases- Clone our repository `git clone git@github.com:1fabiosoares/sculptor.git`- Use [CDN](https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css) `https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css`- Download npm package `npm install sculptorcss`- Download bower package `bower install sculptor`- Download composer package `*future*`Put it on you HTML pageUsing CDN <link rel="stylesheet" href="https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css">or using a local reference <link rel="stylesheet" href="css/sculptor.min.css">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h1><a id="getting-started" class="anchor" href="#getting-started" aria-hidden="
<ul>
<li><a href="https://github.com/1fabiosoares/sculptor/releases">Download</a> on Github Releases</li>
<li>Clone our repository <code>git clone git@github.com:1fabiosoares/sculptor.git</code></li>
<li>Use <a href="https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css">CDN</a> <code>https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css</code></li>
<li>Use <a href="https://unpkg.com/sculptorcss@0.0.1/css/sculptor.min.css">CDN</a> <code>https://unpkg.com/sculptorcss@0.0.2/css/sculptor.min.css</code></li>
<li>Download npm package <code>npm install sculptorcss</code></li>
<li>Download bower package <code>bower install sculptor</code></li>
<li>Download composer package <code>*future*</code></li>
Expand Down

0 comments on commit e6635fa

Please sign in to comment.