Skip to content

Commit 5f3972b

Browse files
committed
Fixed some spelling mistakes in README.md
1 parent a7a5cab commit 5f3972b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Information
77

8-
A small, simply, very easy wrapper around the [require.js optimizer](https://github.com/jrburke/r.js) to work with [gulp.js](https://github.com/gulpjs/gulp)
8+
A small, simple, very easy wrapper around the [require.js optimizer](https://github.com/jrburke/r.js) to work with [gulp.js](https://github.com/gulpjs/gulp)
99

1010
<table>
1111
<tr>
@@ -45,7 +45,7 @@ var gulp = require('gulp'),
4545
gulp.task('requirejsBuild', function() {
4646
rjs({
4747
baseUrl: 'path/to/your/base/file.js',
48-
out: 'FILENAME\_TO\_BE\_OUTPUTTED',
48+
out: 'FILENAME_TO_BE_OUTPUTTED',
4949
shim: {
5050
// standard require.js shim options
5151
},
@@ -59,7 +59,7 @@ gulp.task('requirejsBuild', function() {
5959

6060
gulp-requirejs will emit errors when you don't pass an options object and if the `baseUrl` or `out` properties are undefined.
6161

62-
The requiere.js optimizer itself might also emit errors; unfortunately there's no way of catching them elegantly at the moment.
62+
The require.js optimizer itself might also emit errors; unfortunately there's no way of catching them elegantly at the moment.
6363

6464

6565
## Options

0 commit comments

Comments
 (0)