Skip to content

Commit

Permalink
Fixed grammar (huggingface#291)
Browse files Browse the repository at this point in the history
* Update README.md

* Update package-lock.json
  • Loading branch information
CAPTAIN320 authored Jun 13, 2023
1 parent df5a2eb commit abe7804
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ HF_ACCESS_TOKEN=<your access token>

The chat history is stored in a MongoDB instance, and having a DB instance available is needed for Chat UI to work.

You can use a local MongoDB instance. The easiest way is to spin one up is using docker:
You can use a local MongoDB instance. The easiest way is to spin one up using docker:

```bash
docker run -d -p 27017:27017 --name mongo-chatui mongo:latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit abe7804

Please sign in to comment.