Skip to content

Commit

Permalink
docs: fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Apr 28, 2024
1 parent 7c3fa81 commit 88da84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ declare module '@glint/environment-ember-loose/registry' {
## Usage

```glimmer-js
import PhCube from "ember-phosphor-icons/components/ph-cube";
import PhHeart from "ember-phosphor-icons/components/ph-heart";
import PhCube from 'ember-phosphor-icons/components/ph-cube';
import PhHeart from 'ember-phosphor-icons/components/ph-heart';
<template>
<PhCube />
Expand Down

0 comments on commit 88da84c

Please sign in to comment.