Commit b12fc1e1 authored by Rafael A. Mejia's avatar Rafael A. Mejia Committed by Tao Feng

Fixed typo (#192)

amundsendatabuilder was misspelled as amundsenddatabuilder
parent af59a773
...@@ -44,7 +44,7 @@ The following instructions are for setting up a version of Amundsen using Docker ...@@ -44,7 +44,7 @@ The following instructions are for setting up a version of Amundsen using Docker
``` ```
4. Ingest dummy data into Neo4j by doing the following: 4. Ingest dummy data into Neo4j by doing the following:
* Clone [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder). * Clone [amundsendatabuilder](https://github.com/lyft/amundsendatabuilder).
* Run the following commands in the `amundsenddatabuilder` directory: * Run the following commands in the `amundsendatabuilder` directory:
```bash ```bash
$ python3 -m venv venv $ python3 -m venv venv
$ source venv/bin/activate $ source venv/bin/activate
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment