Skip to content

Commit

Permalink
style(README): actualizo estilos del readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jansanchez committed Jun 20, 2015
1 parent 28cc243 commit db4ae10
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
Expand Up @@ -71,7 +71,7 @@ Here you go a custom version if you so desire, but if we do not put this key, th
{version: '0.0.2'}
```

#### lastcommit:
### lastcommit:
Default: `false`

If we want that version to be our short version of last commit in git, configured 'lastcommit' to true.
Expand All @@ -82,7 +82,7 @@ If we want that version to be our short version of last commit in git, configure

### Examples

#####lastcommit: true
#### lastcommit: true

```
var data = '.some_selector{background-image: url("img/sprite.png");}';
Expand All @@ -98,7 +98,7 @@ console.log(cssVersioned.output);
```

#####lastcommit: true and variable: 'myVersion'
#### lastcommit: true and variable: 'myVersion'
```
var data = '@font-face{
font-family: 'gotham';
Expand All @@ -117,7 +117,7 @@ console.log(cssVersioned.output);
```

#####version: Math.random()
#### version: Math.random()
```
var data = '.some_selector{background-image: url("img/sprite.png");}';
Expand Down

0 comments on commit db4ae10

Please sign in to comment.