Skip to content

Commit 78612a1

Browse files
committed
update readme
1 parent 1f5f09a commit 78612a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ One upside to the lazy parsing is that it can easily support Typescript or Flow
1818

1919
### Exports
2020

21-
Since `export * from '...'` exports create a dependency from this module to the module being exported, these are also included in the list of imports for that file.
21+
Since `export * from '...'` creates a dependency from this module to the module being exported, these are also included in the list of imports for the file.
2222

2323
### Dynamic imports
2424

@@ -41,7 +41,7 @@ package main
4141
import (
4242
"fmt"
4343
"io/ioutil"
44-
"log"
44+
"log"
4545

4646
parser "github.com/chrisdothtml/js-import-parser"
4747
)

0 commit comments

Comments
 (0)