Skip to content

Commit caee446

Browse files
committed
chore: update README
1 parent 96e7e93 commit caee446

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,27 @@ const cardToken = await createCardToken({
329329

330330
## Run SDK project
331331

332-
To use Mercado Pago React SDK, follow the steps:
332+
> Replace the `<YOUR_PUBLIC_KEY>` on `examples/contants` with your public key.
333333
334-
Install project:
334+
To run Mercado Pago React SDK, follow the steps:
335+
336+
Install project dependencies:
335337

336338
```
337-
npm i
339+
npm install
338340
```
339341

340-
Execute project build:
342+
Execute project build (_optional_):
341343

342344
```
343-
npm build
345+
npm run build
344346
```
345347

346-
Execute `npm run start` to initialize storybook.
348+
Execute storybook:
349+
350+
```
351+
npm run start
352+
```
347353

348354
<br/>
349355

0 commit comments

Comments
 (0)