Skip to content

Commit

Permalink
chore: fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jan 22, 2022
1 parent 532b01e commit bab9b71
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 @@ -23,7 +23,7 @@ console.log(releaseMap.get('InvalidKey')); // => null
Here's an example for getting the information out of a Packages file:<br>
```ts
import axios from 'axios';
import { parseRelease } from 'apt-parser';
import { parsePackages } from 'apt-parser';

const { data } = await axios.get('https://repo.chariz.com/Packages');
const packages = parsePackages(data);
Expand Down

0 comments on commit bab9b71

Please sign in to comment.