diff --git a/README.md b/README.md
index a9d22fb..5898353 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,13 @@
A set of packages and tools for working with OpenAPI Specification documents.
Used directly in Speakeasy's product to power our SDK Generator and Contract Testing tools.
+
A set of packages and tools for working with OpenAPI Specification documents.
Used directly in Speakeasy's product to power our SDK Generation and Gram products.
An API for working with Arazzo documents including: read, walk, create, mutate, and validate
-
-
+
+
+
+
diff --git a/openapi/README.md b/openapi/README.md
index 415b9eb..f23c8f8 100644
--- a/openapi/README.md
+++ b/openapi/README.md
@@ -6,8 +6,10 @@
An API for working with OpenAPI documents including: read, walk, create, mutate, validate, and upgrade
-
-
+
+
+
+
@@ -618,7 +620,7 @@ if err := openapi.Marshal(ctx, doc, buf); err != nil {
fmt.Printf("Document with components:\n%s", buf.String())
```
-## Inline all references in a JSON Schema,
+## Inline all references in a JSON Schema
creating a self-contained schema that doesn't depend on external definitions.
@@ -773,4 +775,4 @@ This repository is maintained by Speakeasy, but we welcome and encourage contrib
All contributions, whether they're bug reports, feature requests, or code changes, help make this project better for everyone.
-Please ensure your contributions adhere to our coding standards and include appropriate tests where applicable.
\ No newline at end of file
+Please ensure your contributions adhere to our coding standards and include appropriate tests where applicable.
diff --git a/openapi/openapi_examples_test.go b/openapi/openapi_examples_test.go
index ca01cbc..a151146 100644
--- a/openapi/openapi_examples_test.go
+++ b/openapi/openapi_examples_test.go
@@ -738,7 +738,7 @@ func Example_workingWithComponents() {
// type: integer
}
-// Example_inliningSchema demonstrates how to inline all references in a JSON Schema,
+// Example_inliningSchema demonstrates how to inline all references in a JSON Schema
// creating a self-contained schema that doesn't depend on external definitions.
func Example_inliningSchema() {
ctx := context.Background()
diff --git a/overlay/README.md b/overlay/README.md
index e1af147..d482c98 100644
--- a/overlay/README.md
+++ b/overlay/README.md
@@ -6,7 +6,10 @@
An implementation of the OpenAPI Overlay Specification for applying modifications to OpenAPI documents