Skip to content

Documentation issue with not correct code snippets #173

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

Closed
alexkhimich opened this issue May 21, 2020 · 2 comments · Fixed by #208
Closed

Documentation issue with not correct code snippets #173

alexkhimich opened this issue May 21, 2020 · 2 comments · Fixed by #208
Labels
good first issue Good for newcomers module/docs Module documentation changes

Comments

@alexkhimich
Copy link

The class names are diff.

const {
  CloudEvent,
  **HTTPReceiever**
} = require("cloudevents-sdk");

// Create a receiver to accept events over HTTP
const receiver = new **HTTPReceiver**();
@lance lance added the module/docs Module documentation changes label May 21, 2020
@lance
Copy link
Member

lance commented May 27, 2020

The 2.0.0 version was released today, resolving this issue.

@lance lance closed this as completed May 27, 2020
@lance
Copy link
Member

lance commented May 27, 2020

Oh wait... this is just referencing a typo. Reopening.

@lance lance reopened this May 27, 2020
@lance lance added the good first issue Good for newcomers label May 30, 2020
lholmquist added a commit to lholmquist/sdk-javascript that referenced this issue Jun 4, 2020
lholmquist added a commit to lholmquist/sdk-javascript that referenced this issue Jun 4, 2020
fixes cloudevents#173

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
@lance lance closed this as completed in #208 Jun 4, 2020
lance pushed a commit that referenced this issue Jun 4, 2020
fixes #173

Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers module/docs Module documentation changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants