diff --git a/README.md b/README.md index 2cda6a5..5cf6f39 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Backoffice API for my training activities etc. maybe workshops in the future. The API is going to be REST with OpenAPI specification and Swagger (or similar) UI for development. In the future this may change and for example gRPC (Connect RPC :eyes:). -The API scheme resides in the [`api/`](/api) directory. With major version like [**v0**](/api/v0), **v1**,... being subdirectories. +The API schema resides in the [`api/`](/api) directory. ### API and code @@ -22,6 +22,5 @@ I want to split major versions (:warning: breaking changes) with folders in code This is done mainly to gain experience with such approach. -The first of API scheme iteration is marked as **v0**, since I expect not to get everything right the first time and I want to try this approach while designing the API. Altho it's just a number and there is no reason between **v0**, **v1**, **v2**,... - -Current major API version is [v0](/api/v0). +The first of API scheme iteration is marked as **v0**, since I expect not to get everything right the first time and I want to try this approach while designing the API. +Altho it's just a number and there is no reason between **v0**, **v1**, **v2**,...