Skip to content

Commit 1851c60

Browse files
author
Juuso Backman
committed
Merge pull request #445 from varya/feature/readme-typo
Syntax error in the readme code example
2 parents 81c50b6 + a6388a1 commit 1851c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The gulp plugin contains two functions that requires different set of file strea
5757
The following code shows complete example how to use styleguide with gulp-sass and with gulp watch.
5858

5959
var styleguide = require('sc5-styleguide');
60-
var sass = require('gulp-sass'),
60+
var sass = require('gulp-sass');
6161
var outputPath = 'output';
6262

6363
gulp.task('styleguide:generate', function() {

0 commit comments

Comments
 (0)