Skip to content

Commit 3ec5fee

Browse files
authored
Merge pull request #72 from dandv/patch-1
Fix English in README
2 parents 9d536ec + 6640f87 commit 3ec5fee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm i
5050

5151
#### Configure the crawler
5252

53-
Open [config.ts](config.ts) and edit the `url` and `selectors` properties to match your needs.
53+
Open [config.ts](config.ts) and edit the `url` and `selector` properties to match your needs.
5454

5555
E.g. to crawl the Builder.io docs to make our custom GPT you can use:
5656

@@ -64,7 +64,7 @@ export const defaultConfig: Config = {
6464
};
6565
```
6666

67-
See [config.ts](src/config.ts) for all available options. Here is a sample of the common configu options:
67+
See [config.ts](src/config.ts) for all available options. Here is a sample of the common configuration options:
6868

6969
```ts
7070
type Config = {
@@ -101,7 +101,7 @@ npm start
101101

102102
#### [Running in a container with Docker](./containerapp/README.md)
103103

104-
To obtain the `output.json` with a containerized execution. Go into the `containerapp` directory. Modify the `config.ts` same as above, the `output.json`file should be generated in the data folder. Note : the `outputFileName` property in the `config.ts` file in containerapp folder is configured to work with the container.
104+
To obtain the `output.json` with a containerized execution, go into the `containerapp` directory and modify the `config.ts` as shown above. The `output.json`file should be generated in the data folder. Note: the `outputFileName` property in the `config.ts` file in the `containerapp` directory is configured to work with the container.
105105

106106
### Upload your data to OpenAI
107107

0 commit comments

Comments
 (0)