Skip to content

Commit 3e077f5

Browse files
authored
Merge pull request #18 from bouzuya/fix-psc-bundle
s/psc-bundle/purs bundle/
2 parents 550c4ac + 0d8e5ce commit 3e077f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Node/Globals.purs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ import Effect (Effect)
77
-- | The name of the directory that the currently executing script resides in.
88
-- |
99
-- | Note that this will probably not give you a very useful answer unless you
10-
-- | have bundled up your PureScript code using `psc-bundle`!
10+
-- | have bundled up your PureScript code using `purs bundle`!
1111
foreign import __dirname :: String
1212

1313
-- | The absolute path of the code file being executed.
1414
-- |
1515
-- | Note that this will probably not give you a very useful answer unless you
16-
-- | have bundled up your PureScript code using `psc-bundle`!
16+
-- | have bundled up your PureScript code using `purs bundle`!
1717
foreign import __filename :: String
1818

1919
-- | Just calls `require`. You might also consider using the FFI instead. This

0 commit comments

Comments
 (0)