Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMakur authored Oct 28, 2021
1 parent 243662c commit df7dc44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ createContinousThreads(6 , () => {
### ModernJS Example
```js
import { createContinousThreads } from './modernjs.mjs'
import { createThreads } from './modernjs.mjs'
import { createThreads } from './modernjs.mjs'
import { createThread } from './modernjs.mjs'
//Create Thread
createThread(() => {
Expand All @@ -42,7 +42,7 @@ createContinousThreads(6 , () => {
### TypeScript Example
```ts
import { createContinousThreads } from '../typescript.ts';
import { createThreads } from '../typescript.ts';
import { createThreads } from '../typescript.ts';
import { createThread } from '../typescript.ts';
//Create Thread
createThread(() => {
Expand Down

0 comments on commit df7dc44

Please sign in to comment.