Skip to content

Commit

Permalink
Merge pull request #18 from lmxyjy/yjy
Browse files Browse the repository at this point in the history
fix: Fixed incorrect serial number issue with README
  • Loading branch information
rikukissa committed Jun 11, 2021
2 parents 808d658 + f09c2ff commit 59895c2
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 @@ -41,7 +41,7 @@ const response = await axios.get("https://reddit.com/r/typescript.json");
const data: RedditResponse = typehole.t(response.data);
```

3. Remove the typehole, and you're done. Typeholes are meant to be development-time only, so you shouldn't commit them. Typehole provides you with 2 [commands](#Commands) for easy removal of typeholes.
4. Remove the typehole, and you're done. Typeholes are meant to be development-time only, so you shouldn't commit them. Typehole provides you with 2 [commands](#Commands) for easy removal of typeholes.

```typescript
interface RedditResponse {
Expand Down

0 comments on commit 59895c2

Please sign in to comment.