Skip to content

Commit

Permalink
fix: foo
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Jan 29, 2022
1 parent 258dcff commit 8e631ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/__snapshots__/readme-install-string.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $ yarn add foo-bar
Add to local directives:
\`\`\`js
\`\`\`html
<script>
import FooBar from 'foo-bar'
Expand Down Expand Up @@ -65,7 +65,7 @@ $ yarn add foo-bar
Add to local directives:
\`\`\`js
\`\`\`html
<script>
import FooBar from 'foo-bar'
Expand Down
2 changes: 1 addition & 1 deletion src/readme-install-string.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default endent`
Add to local directives:
\`\`\`js
\`\`\`html
<script>
import ${directiveName} from '${packageName}'
Expand Down

0 comments on commit 8e631ec

Please sign in to comment.