Fix README template

This commit is contained in:
Joseph Garrone 2022-01-04 19:48:56 +01:00 committed by GitHub
parent 7052143487
commit be47f8f006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: