Skip to content

Commit 568acd7

Browse files
committed
typos
1 parent 099e21f commit 568acd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
git clone https://github.com/moofoo/nestjs-jsreport-examples && cd nestjs-jsreport-examples && yarn && yarn start:dev
55
```
66

7-
This repo demonstrates what you can do with the core JSReport libraries programmatically in your own NodeJS apps. Neither the JsReport 'Template Studio', their SaaS offerings, or any other SaaS provider or external service is involved in creating these reports.
7+
This repo demonstrates what you can do with the core JSReport libraries programmatically in your own NodeJS apps. Neither JsReport's 'Template Studio', their SaaS offerings, or any other SaaS provider or external service is involved in creating these reports.
88

99
All templating and report generation is performed locally by the NestJS server, using the JSReport 'renderer core' and the necessary extensions.
1010

1111
The NestJS implementation is a work in progress. If you check back in a week or so, chances are it will be completely different.
1212

13-
I replicated all of the JSReport "[showcase](https://jsreport.net/showcases/)" showcase reports, except for the "PDF Stock Report". I also added a fiew of the example I also did a few of the simple examples from the [JSReport Playground](https://playground.jsreport.net/).
13+
I replicated all of the JSReport "[showcase](https://jsreport.net/showcases/)" reports, except for the "PDF Stock Report". Additional reports were pulled from examples in the [JSReport Playground](https://playground.jsreport.net/).
1414

1515
#
1616

0 commit comments

Comments
 (0)