Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstallard committed Mar 23, 2015
1 parent 89fa13e commit 0c55b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -9,7 +9,7 @@ Grunt tasks for working with the Rackspace Cloud Api

###Usage

Add the following line to your grunt.js file
Add the following line to your `Gruntfile`
```javascript
grunt.loadNpmTasks('grunt-rackspace')
```
Expand All @@ -25,7 +25,7 @@ if you want to see debug output.

###Options

Options are placed in the ``grunt.initConfig`` section of your ``grunt.js`` file in the ``rackspace`` object.
Options are placed in the ``grunt.initConfig`` section of your `Gruntfile` in the ``rackspace`` object.

Example:

Expand Down Expand Up @@ -100,4 +100,4 @@ top-level starting point (or container) for all remote files
* ``upload._options.localdir``
top-level version of ``localdir`` (affects all files)

__Filenames use the [minimatch](https://github.com/isaacs/minimatch) syntax for matching multiple files__
__Filenames use the [minimatch](https://github.com/isaacs/minimatch) syntax for matching multiple files__

0 comments on commit 0c55b51

Please sign in to comment.