Skip to content

Commit 9ee95a4

Browse files
committed
fix: wrong import for FingerprintGenerator
1 parent b98170e commit 9ee95a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/anti_scraping/mitigation/generating_fingerprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ With the [Fingerprint generator](https://github.com/apify/fingerprint-generator)
1313
> It is crucial to generate fingerprints for the specific browser and operating system being used to trick the protections successfully. For example, if you are trying to overcome protection locally with Firefox on a macOS system, you should generate fingerprints for Firefox and macOS to achieve the best results.
1414
1515
```JavaScript
16-
import FingerprintGenerator from 'fingerprint-generator';
16+
import { FingerprintGenerator } from 'fingerprint-generator';
1717

1818
// Instantiate the fingerprint generator with
1919
// configuration options

0 commit comments

Comments
 (0)