Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jul 16, 2019
1 parent 2ef52b5 commit 68cc8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ In the example below, the sole difference between running `MyClass` on a Worker
import rnd from 'random-int';

// Export as you would in a normal module:
export const function meaningOfLife(){
export function meaningOfLife(){
return 42;
}

Expand Down

0 comments on commit 68cc8e6

Please sign in to comment.