Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mongodben authored Sep 18, 2023
1 parent 055782c commit dd30206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Information for contributors to the Docs AI Chatbot project.
> for MongoDB employees to contribute to it. The project is dependent
> on some MongoDB infrastructure and credentials.
>
> In the future, we will explore accepting eternal contributions,
> In the future, we will explore accepting external contributions,
> and setting up the project accordingly.
## Project Structure
Expand Down
4 changes: 1 addition & 3 deletions ingest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ A few things to keep in mind when developing in the `ingest` project:
depend on it.

```shell
cd ../chat-core
npm run build
cd ../ingest
pushd ../chat-core && npm run build && popd
# do stuff
```

Expand Down

0 comments on commit dd30206

Please sign in to comment.