Skip to content

Commit

Permalink
Update 3.implementation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Sep 29, 2023
1 parent 57d6189 commit d83d21b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/3.implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public IActionResult Get()

Use `OcpiOk` with a `PageResult<T>` to generate an OCPI-compliant paginated response. See more: [Pagination](6.pagination.md)

```csharp

## Customizing the package to meet specific business needs

The package is designed to be as flexible as possible, allowing you to implement OCPI modules in any way you see fit. The package contains a number of services which are used to perform various tasks such as validating incoming requests, generating responses, and handling errors.
Expand All @@ -54,4 +52,4 @@ Refer to the [Architecture](2.architecture.md) section for more information on t
---

Next topic:
[Versioning](4.versioning.md)
[Versioning](4.versioning.md)

0 comments on commit d83d21b

Please sign in to comment.