Skip to content

Commit 616a1b8

Browse files
👌 fix README typos
1 parent 8421e11 commit 616a1b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ This repository accommodates various usages, specifically:
1919

2020
- The [Browser SDK](https://github.com/DataDog/browser-sdk/):
2121

22-
- Generates TypeScript types from `./schemas/rum-events-browser-schema.json`,
23-
`./schemas/telemetry-events-schema.json` and `./schemas/session-replay-browser-schema.json`.
22+
- Generates TypeScript types from `schemas/rum-events-browser-schema.json`,
23+
`schemas/telemetry-events-schema.json` and `schemas/session-replay-browser-schema.json`.
2424

25-
- Validates data within unit and e2e tests against `./schemas/rum-events-schema.json`.
25+
- Validates data within unit and e2e tests against `schemas/rum-events-schema.json`.
2626

2727
- The [iOS SDK](https://github.com/DataDog/dd-sdk-ios/) generates native data models based on
28-
`./schemas/rum-events-mobile-schema.json`] and `./schemas/session-replay-mobile-schema.json`.
28+
`schemas/rum-events-mobile-schema.json` and `schemas/session-replay-mobile-schema.json`.
2929

3030
- The [Android SDK](https://github.com/DataDog/dd-sdk-android/) generates native data models based on
3131
schemas coming from `rum/`, `session-replay/` and `telemetry/` folders.
3232

33-
- The Datadog App is using TypeScript types by including the `./lib` folder as a package dependency.
33+
- The Datadog App is using TypeScript types by including the `lib/` folder as a package dependency.
3434

3535
# Tools
3636

0 commit comments

Comments
 (0)