From 9d6aa5cfb12d4dc91219cdad87ca7898d0d8a491 Mon Sep 17 00:00:00 2001 From: David Morais Ferreira Date: Mon, 1 Aug 2022 23:05:29 +0200 Subject: [PATCH] Fixed typo in README.md Fixed a small typo :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156de97..2d4f97a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ add this line in `Register Service Providers` section: Using [OpenApi 3.0 Specification](https://github.com/OAI/OpenAPI-Specification) ============ -If you would like to use lattes OpenApi specifications (originally known as the Swagger Specification) in you project you should: +If you would like to use latest OpenApi specifications (originally known as the Swagger Specification) in your project you should: - Explicitly require `swagger-php` version 3.* in your projects composer by running: ```bash composer require 'zircote/swagger-php:3.*'