Skip to content

Commit

Permalink
fixed cwd example inconsistency (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmast authored and sheerun committed Jul 18, 2016
1 parent b2bab15 commit 59c8f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The same keys can be used under `config` key in package.json
Available configuration variables, in `.bowerrc.` format:

<pre><code>{
<a href="#cwd">"cwd"</a>: "~/.my-project",
<a href="#cwd">"cwd"</a>: "~/my-project",
<a href="#directory">"directory"</a>: "bower_components",
<a href="#registry">"registry"</a>: "https://bower.herokuapp.com",
<a href="#shorthand-resolver">"shorthand-resolver"</a>: "git://github.com/{{owner}}/{{package}}.git",
Expand Down

0 comments on commit 59c8f0e

Please sign in to comment.