mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
Nit: Language fix in README.md (#871)
* Nit: Language fix in README.md Usage of "then" vs "than" * update TS petstore samples
This commit is contained in:
parent
4830be0ea4
commit
f2b0adfa05
@ -11,10 +11,10 @@ npm run build
|
||||
### publishing
|
||||
|
||||
{{#useNgPackagr}}
|
||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
{{/useNgPackagr}}
|
||||
{{^useNgPackagr}}
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
{{/useNgPackagr}}
|
||||
|
||||
### consuming
|
||||
@ -190,4 +190,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
|
||||
### consuming
|
||||
|
||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
|
||||
### consuming
|
||||
|
||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
|
||||
### consuming
|
||||
|
||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
|
||||
### consuming
|
||||
|
||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
|
||||
### consuming
|
||||
|
||||
@ -171,4 +171,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
|
||||
### consuming
|
||||
|
||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
|
||||
### consuming
|
||||
|
||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish```
|
||||
First build the package then run ```npm publish```
|
||||
|
||||
### consuming
|
||||
|
||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
@ -10,7 +10,7 @@ npm run build
|
||||
|
||||
### publishing
|
||||
|
||||
First build the package than run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
First build the package then run ```npm publish dist``` (don't forget to specify the `dist` folder!)
|
||||
|
||||
### consuming
|
||||
|
||||
@ -175,4 +175,4 @@ import { environment } from '../environments/environment';
|
||||
bootstrap: [ AppComponent ]
|
||||
})
|
||||
export class AppModule { }
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user