diff --git a/packages/nestjs-file/README.md b/packages/nestjs-file/README.md index 175a1fea..128370ab 100644 --- a/packages/nestjs-file/README.md +++ b/packages/nestjs-file/README.md @@ -420,7 +420,7 @@ FileModule.forRootAsync({ // ... ``` -## Reference +# Reference For detailed API documentation, please refer to our [API Reference](https://www.rockets.tools/reference/rockets/nestjs-file/README). @@ -428,9 +428,9 @@ This comprehensive guide provides in-depth information about all available methods, interfaces, and configurations for the `@concepta/nestjs-file` package. -## Explanation +# Explanation -### Advantages of a Generic File Module +## Advantages of a Generic File Module The `@concepta/nestjs-file` module offers a generic, flexible approach to file handling in NestJS applications. This design provides several key advantages: @@ -459,7 +459,7 @@ handling in NestJS applications. This design provides several key advantages: operations in unit tests, allowing for more comprehensive and isolated testing of your application logic. -### Multiple Storage Services +## Multiple Storage Services Supporting multiple storage services within the same module offers several benefits: @@ -480,7 +480,7 @@ benefits: models. By supporting multiple services, you can optimize costs by choosing the most cost-effective solution for each type of data or usage pattern. -### Ease of Creating New File Module Structures +## Ease of Creating New File Module Structures The `@concepta/nestjs-file` module is designed with extensibility in mind, making it straightforward to create new file module structures: