Skip to content

Commit 931e4ee

Browse files
committed
Add note about individual methods
1 parent 7ee5aaa commit 931e4ee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ const logo = path.join('./assets/img', filename);
2222
document.querySelector('#logo').src = logo;
2323
```
2424

25+
Methods under `path` can be imported individually.
26+
27+
```javascript
28+
import { join } from '@isomorphic-git/path';
29+
```
30+
2531
If your project uses CommonJS, this is also supported.
2632

2733
```javascript

0 commit comments

Comments
 (0)