Skip to content

Commit

Permalink
docs: fix typo in README.md (#1)
Browse files Browse the repository at this point in the history
change /time-zome import to /time-zone
  • Loading branch information
CanRau authored Nov 23, 2023
1 parent 39ef16d commit fe42d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import {
clientHint as colorSchemeHint,
subscribeToSchemeChange,
} from '@epic-web/client-hints/color-scheme'
import { clientHint as timeZoneHint } from '@epic-web/client-hints/time-zome'
import { clientHint as timeZoneHint } from '@epic-web/client-hints/time-zone'
import { useRevalidator } from '@remix-run/react'
import * as React from 'react'
import { useRequestInfo } from './request-info.ts'
Expand Down

0 comments on commit fe42d66

Please sign in to comment.