Skip to content

Commit e343e36

Browse files
committed
add feedback form to readme
1 parent a3a67ca commit e343e36

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
[![MIT License][license-shield]][license-url]
44
[![Download in the Chrome Web Store][chrome-shield]][chrome-url]
55

6+
> **I'd appreciate your feedback.**
7+
>
8+
> I'm looking to collect feedback and improve the tool.
9+
>
10+
> Have a suggestion? Please provide it below, 100% anonymously. There are 3 short questions that should take a couple of minutes.
11+
>
12+
> https://forms.gle/fA2EtvamUrsRxXKYA
13+
614
<!-- PROJECT LOGO -->
715
<br />
816
<div align="center">

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenAPI DevTools",
4-
"version": "1.5.0",
4+
"version": "1.5.1",
55
"devtools_page": "index.html",
66
"permissions": [],
77
"icons": {

resources/dist.zip

32 Bytes
Binary file not shown.

src/lib/endpoints-to-oai31.helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const createBuilderAndDocRoot = (
125125
info: {
126126
title: "OpenAPI Specification",
127127
version: "1.0.0",
128-
description: `A specification generated by [Mendpoint](https://mendpoint.com). Contains ${
128+
description: `A specification generated by [openapi-devtools](https://github.com/AndrewWalsh/openapi-devtools). Contains ${
129129
endpoints.length
130130
} endpoint${endpoints.length === 1 ? "" : "s"}.`,
131131
},

0 commit comments

Comments
 (0)