Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix up small issues in readme #6

Merged
merged 1 commit into from
May 17, 2023
Merged

Fix up small issues in readme #6

merged 1 commit into from
May 17, 2023

Conversation

ire4ever1190
Copy link
Contributor

Was following the readme to test out the lib (cool library 馃帀) but ran into a few small problems in the readme

  • Using input which doesn't exist instead of html
  • Using a builder when a handler was needed instead (The first instance of this isn't a bug, but the variable was called "handler" so assumed you would want a handler instead of a builder)

 - Using nonexistant `input` variable instead of `html` (This also happened in later section)

 - Assigning a builder to a handler variable (Not an issue, but semantically it makes sense to build it)

 - Trying to pass a builder instead of a built instance
@MohamedRejeb MohamedRejeb self-requested a review May 17, 2023 10:33
Copy link
Owner

@MohamedRejeb MohamedRejeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution

@MohamedRejeb MohamedRejeb merged commit 72363c8 into MohamedRejeb:main May 17, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants