Skip to content

fix readme TillhubClient #493

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix readme TillhubClient #493

wants to merge 1 commit into from

Conversation

Dlotan
Copy link

@Dlotan Dlotan commented May 31, 2023

No description provided.

@@ -16,6 +16,8 @@ You can import the generated bundle to use the whole library generated by this s
```javascript
import * as tillhub from '@tillhub/javascript-sdk'

var th = new tillhub.TillhubClient();
Copy link
Contributor

Choose a reason for hiding this comment

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

Good point, but think we need to change another line there.
It should be

import th from '@tillhub/javascript-sdk'

instead of

import * as tillhub from '@tillhub/javascript-sdk'

@diyan-slavov-infoleven diyan-slavov-infoleven requested review from a team as code owners April 17, 2025 05:21
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.

2 participants