diff --git a/apps/agent/README.md b/apps/agent/README.md index 05a86a5..2a6e05e 100644 --- a/apps/agent/README.md +++ b/apps/agent/README.md @@ -29,5 +29,5 @@ export default { - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list -## bundle creation -We can create a TGZ file executing `yarn bundle`and this file can be consumed by other projects. \ No newline at end of file +## TGZ file creation +We can create a TGZ file executing `yarn bundle`and this file can be consumed by other projects.