Skip to content

Commit cd52b35

Browse files
committed
Update README.md
1 parent 3af3787 commit cd52b35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ How to use in CommonJS environment :
1616
```coffeescript
1717
{namespace} = require './path/to/this/file'
1818

19-
namespace exports, Foo:
19+
namespace Foo:
2020
class Bar extends Baz
2121
#[...]
2222
```
2323

24-
We need this workaround because we must expose the targeted "exports" to this module
25-
2624
Note : if you use subpackages, you will need to quote the name of the namespace
2725
```coffeescript
2826
namespace 'Foo.bar.baz':

0 commit comments

Comments
 (0)