Skip to content

Commit d804978

Browse files
committed
fix: update readme
1 parent e1bd29a commit d804978

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve
1010

1111
## Description
1212

13-
This package contains core modules and utilities used by the [Contentstack TypeScript Delivery SDK](https://github.com/contentstack/contentstack-javascript/). It provides essential functionality including HTTP client configuration, error handling, request management, parameter serialization, and retry policies.
13+
This package contains core modules and utilities used by the [Contentstack TypeScript Delivery SDK](https://github.com/contentstack/contentstack-typescript/). It provides essential functionality including HTTP client configuration, error handling, request management, parameter serialization, and retry policies.
1414

1515
## Features
1616

@@ -39,8 +39,6 @@ Then import the modules:
3939
```typescript
4040
import {
4141
httpClient,
42-
ContentstackError,
43-
ApiError,
4442
// ... other exports
4543
} from '@contentstack/core';
4644
```
@@ -72,6 +70,7 @@ npm run build
7270
Build specific formats:
7371

7472
```bash
73+
npm run build # Build all
7574
npm run build:cjs # CommonJS
7675
npm run build:esm # ES Modules
7776
npm run build:umd # UMD

0 commit comments

Comments
 (0)