mirror of
https://github.com/garronej/ts-ci.git
synced 2025-11-30 21:43:05 +00:00
Fix README template
This commit is contained in:
parent
7052143487
commit
be47f8f006
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ $ npm install --save #{REPO_NAME}#
|
|||
```
|
||||
|
||||
```typescript
|
||||
import { myFunction, myObject } from "update_ts_ci";
|
||||
import { myFunction, myObject } from "#{REPO_NAME}#";
|
||||
```
|
||||
|
||||
Specific imports:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue