Skip to content

fix import in generated readme #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/service-types-generator/src/clientReadme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The AWS SDK is modulized by clients and commends in CommonJS modules. To send a
\`\`\`javascript
//javascript
const { ${serviceId}Client } = require('${packageName}/${serviceId}Client');
const { ${exampleCommand.name}Command } = require('${packageName}/${exampleCommand.name}Command');
const { ${exampleCommand.name}Command } = require('${packageName}/commands/${exampleCommand.name}Command');
\`\`\`

\`\`\`javascript
Expand Down Expand Up @@ -133,7 +133,7 @@ The keys within exceptions are also parsed, you can access them by specifying ex

Please use these community resources for getting help. We use the GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.

* Ask a question on [StackOverflow](https://stackoverflow.com/) and tag it with \`aws-sdk-js\`
* Ask a question on [StackOverflow](https://stackoverflow.com/questions/tagged/aws-sdk-js) and tag it with \`aws-sdk-js\`
* Come join the AWS JavaScript community on [gitter](https://gitter.im/aws/aws-sdk-js-v3)
* If it turns out that you may have found a bug, please [open an issue](https://github.com/aws/aws-sdk-js-v3/issues)

Expand Down