Skip to content

Commit

Permalink
fix: typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kskarthik committed Nov 23, 2024
1 parent dd2a9f7 commit 0c1b6ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:

- name: Create feed
run: deno task run feed.xml

- name: Deploy artifact to GitHub Pages
uses: github-pages/deploy@v1
with:
file: feed.xml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ deno task run
This will generate the `feed.xml` in the same directory which can be copied to
any location of choice.

The script optionally accepts custom path to the feed output as first argument
The script optionally accepts custom path to the feed file as first argument

```
deno run main.ts /path/to/feed.xml
deno task run /path/to/feed.xml
```

To compile as binary:
Expand Down

0 comments on commit 0c1b6ce

Please sign in to comment.