Skip to content

Commit

Permalink
Update README.md (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcherGu authored Mar 12, 2023
1 parent 0561d2a commit c90acec
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 @@ -79,7 +79,7 @@ Provide at least one controller to start the application, `app.controller.ts`:
import type { BrowserWindow } from 'electron'
import { app } from 'electron'
import { Controller, Inject, IpcHandle, IpcSend, Window } from 'einf'
import type { AppService } from './app.service'
import { AppService } from './app.service'

@Controller()
export class AppController {
Expand Down Expand Up @@ -122,4 +122,4 @@ export class AppService {

## License

MIT License © 2022 [Archer Gu](https://github.com/archergu)
MIT License © 2022 [Archer Gu](https://github.com/archergu)

0 comments on commit c90acec

Please sign in to comment.