diff --git a/fern/products/sdks/overview/postman/publishing-to-postman.mdx b/fern/products/sdks/overview/postman/publishing-to-postman.mdx index d1a6d20e1..014c4f7cd 100644 --- a/fern/products/sdks/overview/postman/publishing-to-postman.mdx +++ b/fern/products/sdks/overview/postman/publishing-to-postman.mdx @@ -10,7 +10,7 @@ Publish your Postman collection directly to Postman workspaces, making it easy f To publish your collection directly to Postman, configure the output and specify the name of your collection: ```yaml title="generators.yml" {6-9} -generators: +groups: postman: generators: - name: fernapi/fern-postman @@ -28,7 +28,7 @@ generators: To publish to a particular collection, configure the output and specify the name of your collection and collection ID: ```yaml title="generators.yml" {10} -generators: +groups: postman: generators: - name: fernapi/fern-postman