Skip to content

Commit

Permalink
Added missing parenthesis to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tombiscan committed Jan 28, 2015
1 parent f02d067 commit e30b512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gulp.src('./scss/*.scss')
.pipe(sourcemaps.init())
.pipe(sass())
.pipe(sourcemaps.write())
.pipe(gulp.dest('./css');
.pipe(gulp.dest('./css'));

// will write the source maps inline in the compiled CSS files
```
Expand Down

0 comments on commit e30b512

Please sign in to comment.