Skip to content

Commit 58f097a

Browse files
committed
chore: typo fix
1 parent 2bfc810 commit 58f097a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Test coverage][codecov-image]][codecov-url]
66
[![Known Vulnerabilities][snyk-image]][snyk-url]
77
[![npm download][download-image]][download-url]
8-
[![Node.js Version](https://img.shields.io/node/v/eggjs/security.svg?style=flat)](https://nodejs.org/en/download/)
8+
[![Node.js Version](https://img.shields.io/node/v/@eggjs/security.svg?style=flat)](https://nodejs.org/en/download/)
99
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
1010
![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/eggjs/security)
1111

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ILifecycleBoot, EggCore } from '@eggjs/core';
22
import { preprocessConfig } from './lib/utils.js';
33
import { SecurityConfig } from './config/config.default.js';
44

5-
export default class AgentBoot implements ILifecycleBoot {
5+
export default class AppBoot implements ILifecycleBoot {
66
private readonly app;
77

88
constructor(app: EggCore) {

0 commit comments

Comments
 (0)