Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtzL committed Aug 20, 2023
1 parent 59f2e14 commit 2c7f118
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 @@ -49,7 +49,6 @@ export class AppModule {
```ts
import { Injectable } from '@nestjs/common';
import { Activities, Activity } from 'nestjs-temporal';
import { ActivityInterface } from '@temporalio/activity';

@Injectable()
@Activities()
Expand All @@ -62,7 +61,7 @@ export class GreetingActivity {
}
}

export interface IGreetingActivity extends ActivityInterface {
export interface IGreetingActivity {
greeting(name: string): Promise<string>;
}
```
Expand Down Expand Up @@ -232,6 +231,7 @@ export class Worker2Module {
- Contributor - [Surya Prashanth](https://github.com/Prashant-Surya)
- Contributor - [AmirSaber Sharifi](https://github.com/amirsaber)
- Contributor - [J.D Nicholls](https://github.com/jdnichollsc)
- Contributor - [Clinton Blackburn](https://github.com/clintonb)

## License

Expand Down

0 comments on commit 2c7f118

Please sign in to comment.