Skip to content

Commit b32b872

Browse files
committed
Fix: change remote refs to repo
1 parent dc0c30b commit b32b872

File tree

5 files changed

+10394
-35
lines changed

5 files changed

+10394
-35
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- [![Quality][quality-image]][quality-url] -->
77
<!-- [![Code Climate][climate-image]][climate-url] -->
88
[![Downloads][downloads-image]][downloads-url]
9-
[![Build][build-image]][build-url]
9+
[![Build][build-image]][build-url]
1010

1111
> Node.js library that generates Typescript clients based on the OpenAPI specification.
1212
@@ -25,7 +25,7 @@
2525
## Install
2626

2727
```
28-
npm install @ciptex/openapi-typescript-codegen --save-dev
28+
npm install @asc11cat/openapi-typescript-codegen --save-dev
2929
```
3030

3131

@@ -513,11 +513,11 @@ In order to compile the project and resolve the imports, you will need to enable
513513
in your `tsconfig.json` file.
514514

515515

516-
[npm-url]: https://www.npmjs.com/package/@ciptex/openapi-typescript-codegen
517-
[npm-image]: https://img.shields.io/npm/v/@ciptex/openapi-typescript-codegen.svg
516+
[npm-url]: https://www.npmjs.com/package/@asc11cat/openapi-typescript-codegen
517+
[npm-image]: https://img.shields.io/npm/v/@asc11cat/openapi-typescript-codegen.svg
518518
[license-url]: LICENSE
519-
[license-image]: https://img.shields.io/npm/l/@ciptex/openapi-typescript-codegen.svg
520-
[downloads-url]: https://npm-stat.com/charts.html?package=@ciptex/openapi-typescript-codegen
521-
[downloads-image]: https://img.shields.io/npm/dm/@ciptex/openapi-typescript-codegen.svg
519+
[license-image]: https://img.shields.io/npm/l/@asc11cat/openapi-typescript-codegen.svg
520+
[downloads-url]: https://npm-stat.com/charts.html?package=@asc11cat/openapi-typescript-codegen
521+
[downloads-image]: https://img.shields.io/npm/dm/@asc11cat/openapi-typescript-codegen.svg
522522
[build-url]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml
523523
[build-image]: https://github.com/Ciptex/openapi-typescript-codegen/actions/workflows/push.yml/badge.svg

0 commit comments

Comments
 (0)