diff --git a/README.md b/README.md index 29fcb96b9..97316ae1b 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ python3.7 ./snafu/run_snafu.py --tool sysbench -f example__cpu_test.conf ## Archiving data -Benchmark-wrapper has two forms of capturing data. The first and preferred method is directly writing data to Elasticsearch, users will need to set the **es** environment variable in order to enable this. The second method used for capturing data is writing to a local archive file, this is intended to be enabled when elasticsearch is not available for direct indexing or for a backup of indexed results. Both methods can be enabled at the same time, and are independent of each other. +Benchmark-wrapper has two forms of capturing data. The first and preferred method is directly writing data to Elasticsearch, users will need to set the **es** environment variable in order to enable this. The second method used for capturing data is writing to a local archive file, this is intended to be enabled when Elasticsearch is not available for direct indexing or for a backup of indexed results. Both methods can be enabled at the same time, and are independent of each other. -To enable writing to an achrive file users can use the --create-archive, if users require the file to be named/located in a specific location they can use --archive-file . +To enable writing to an archive file users can use the --create-archive, if users require the file to be named/located in a specific location they can use --archive-file . For example: