We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d56e5 commit cb41cc6Copy full SHA for cb41cc6
templates/web/docs/example.md.twig
@@ -1,4 +1,4 @@
1
-import {{ '{' }} Client, {{service.name | caseUcfirst}} {{ '}' }} from "{{ language.params.npmPackage }}";
+import {{ '{' }} Client, {{service.name | caseUcfirst}} {{ '}' }} from "{{ spec.title | caseDash }}";
2
3
const client = new Client();
4
0 commit comments