Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
rejahrehim committed Jul 2, 2014
1 parent 2b5e3fc commit 7c47ff4
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 @@ -24,7 +24,7 @@ var hologram = require('gulp-hologram');
In your project's gulpfile, add a section named `hologram` .

```js
ggulp.src('config.yml')
gulp.src('config.yml')
.pipe(hologram());
```

Expand Down

0 comments on commit 7c47ff4

Please sign in to comment.