Skip to content

Commit

Permalink
fix: Fixed incorrect serial number issue with README
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-void0 committed Jun 11, 2021
1 parent 808d658 commit f09c2ff
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 f09c2ff

Please sign in to comment.