Skip to content

Commit fa24f25

Browse files
authored
fix: update README for GitHub token setup instructions (#43)
1 parent 5a86f97 commit fa24f25

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,14 @@ You can download and extract the binary zip files from the
3636

3737
Refer to [functional_tests/README.md](functional_tests/README.md)
3838

39-
## Setup
39+
## Development
4040

4141
`@mpeggroup/mpeg-sdl-parser` is hosted on GitHub packages, so before installing
42-
dependencies, authentication needs to be configured. Create a GitHub class
42+
dependencies, authentication needs to be configured. Create a GitHub classic
4343
personal access token which has permission to read packages and then set it in
4444
your environment:
4545

46-
`export NPM_GITHUB_TOKEN=<your_classic_PAT>`
47-
48-
## Development
46+
`export NPM_GITHUB_TOKEN=<your_classic_pat>`
4947

5048
Install dependencies:
5149

0 commit comments

Comments
 (0)