Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

docs: update spdx licences file #50

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function searchSpdxLicenseId(contentStr: string): string | null;

## Updating SPDX licenses

To update the `src/spdx.json` file just run the following npm script:
To update the `src/spdx.js` file just run the following npm script:

```bash
$ npm run spdx:refresh
Expand Down