Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed May 6, 2022
1 parent 9892ca9 commit af90ccd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/knitr/__test__/knitr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,5 +333,5 @@ describe('knitr', () => {
`);

expect(ignoreWhitespace(html)).toBe(result);
}, 60000);
}, 120000);
});
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ npm list –g --depth=0
> ...
> build-coursework@... -> ...github:UofGAnalytics/build-coursework...
> ...

rmarkdown --version
# 1.1.47 or similar
```

## Usage
Expand Down

0 comments on commit af90ccd

Please sign in to comment.