Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Commit

Permalink
fix: fix link to license
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Feb 19, 2021
1 parent a024dda commit ab6365e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ function MyComponent() {

©2021–present
[Jesse Wright](https://github.com/jeswr),
[MIT License](https://github.com/jeswr/useState/blob/master/LICENSE).
[MIT License](https://github.com/jeswr/useAsyncEffect/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion __tests__/main-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useState } from 'react';
import { renderHook, act } from '@testing-library/react-hooks';
import { renderHook } from '@testing-library/react-hooks';
import { useAsyncEffect } from '../lib';

function resolutionTestHook() {
Expand Down

0 comments on commit ab6365e

Please sign in to comment.