Skip to content

Commit

Permalink
fix: update example usage in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seansica committed Oct 15, 2024
1 parent fc92015 commit bfb9308
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 @@ -33,7 +33,7 @@ Here’s an example script that demonstrates how to use the ADM library to load

```ts
// test.ts
import { registerDataSource, load, DataRegistration } from 'attack-data-model';
import { registerDataSource, load, DataRegistration } from '@mitre-attack/attack-data-model';

(async () => {
const options = new DataRegistration({
Expand Down

0 comments on commit bfb9308

Please sign in to comment.