Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjbartlett committed Nov 26, 2023
1 parent 05fd88b commit 951a414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -229,7 +229,7 @@ Unit testing is made very simple when using `tiny-ioc`. You can simply swap out
// make-request.ts

import { container } from 'path/to/container';
import { HttpClient } from 'path/to/data-source';
import { HttpClient } from 'path/to/http-client';

export async function makeRequest() {
try {
Expand Down

0 comments on commit 951a414

Please sign in to comment.