mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Typo.
This commit is contained in:
@@ -42,7 +42,7 @@ Obtains a instance where `cwd` is the current working directory (defaults to `pr
|
||||
```js
|
||||
var config = require('bower-config').create();
|
||||
// You can also specify a working directory
|
||||
var config2 = require('bower-config').create(./some/path');
|
||||
var config2 = require('bower-config').create('./some/path');
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user