Skip to content

Commit 3132e5b

Browse files
authored
added line breaks to comments
Signed-off-by: Simon Yu <[email protected]>
1 parent cb8e618 commit 3132e5b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,12 @@ func main() {
4040
// Configure the Global SDK
4141
speakeasy.Configure(speakeasy.Config {
4242
APIKey: "YOUR API KEY HERE", // retrieve from Speakeasy API dashboard.
43-
ApiID: "YOUR API ID HERE", // enter a name that you'd like to associate captured requests with. This name will show up in the Speakeasy dashboard. e.g. "PetStore" might be a good ApiID for a Pet Store's API. No spaces allowed.
44-
VersionID: "YOUR VERSION ID HERE", // enter a version that you would like to associate captured requests with. The combination of ApiID (name) and VersionID will uniquely identify your requests in the Speakeasy Dashboard. e.g. "v1.0.0". You can have multiple versions for the same ApiID (if running multiple versions of your API)
43+
ApiID: "YOUR API ID HERE", // enter a name that you'd like to associate captured requests with.
44+
// This name will show up in the Speakeasy dashboard. e.g. "PetStore" might be a good ApiID for a Pet Store's API.
45+
// No spaces allowed.
46+
VersionID: "YOUR VERSION ID HERE", // enter a version that you would like to associate captured requests with.
47+
// The combination of ApiID (name) and VersionID will uniquely identify your requests in the Speakeasy Dashboard.
48+
// e.g. "v1.0.0". You can have multiple versions for the same ApiID (if running multiple versions of your API)
4549
})
4650

4751
// Associate the SDK's middleware with your router

0 commit comments

Comments
 (0)