Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 0c2bd9f

Browse files
authored
Fix typos
1 parent cc2a46e commit 0c2bd9f

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
@@ -33,7 +33,7 @@ The Intel® DL Streamer – Edge AI Extension is a microservice based on [Video
3333
3434
# Getting Started
3535

36-
The Intel® DL Streamer – Edge AI Extension can run as a standalone microservice or as a module within an Azure Video Analyzer graph. For more information on deploying the module as part of a Azure Video Analyzer graph please see [Configuring the AI Extension for Azure Video Analyzer](#configuring-the-ai-extension-for-azure-video-analyzer) and refer to the [Azure Video Analyzer documentation](https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-docs/overview). The following instructions demonstrate building and running the microservice and test client outside of Azure Video Analyzer.
36+
The Intel® DL Streamer – Edge AI Extension can run as a standalone microservice or as a module within an Azure Video Analyzer graph. For more information on deploying the module as part of an Azure Video Analyzer graph please see [Configuring the AI Extension for Azure Video Analyzer](#configuring-the-ai-extension-for-azure-video-analyzer) and refer to the [Azure Video Analyzer documentation](https://docs.microsoft.com/en-us/azure/azure-video-analyzer/video-analyzer-docs/overview). The following instructions demonstrate building and running the microservice and test client outside of Azure Video Analyzer.
3737

3838
## Supported Hardware
3939

@@ -47,8 +47,8 @@ Building the image requires a modern Linux distro with the following packages in
4747

4848
| | |
4949
|---------------------------------------------|------------------|
50-
| **Docker** | Video Analytics Serving requires Docker for it's build, development, and runtime environments. Please install the latest for your platform. [Docker](https://docs.docker.com/install). |
51-
| **bash** | Video Analytics Serving's build and run scripts require bash and have been tested on systems using versions greater than or equal to: `GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)`. Most users shouldn't need to update their version but if you run into issues please install the latest for your platform. Instructions for macOS®* users [here](https://github.com/intel/video-analytics-serving/blob/master/docs/installing_bash_macos.md). |
50+
| **Docker** | Edge AI Extension requires Docker for its build, development, and runtime environments. Please install the latest for your platform. [Docker](https://docs.docker.com/install). |
51+
| **bash** | Edge AI Extension's build and run scripts require bash and have been tested on systems using versions greater than or equal to: `GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)`. Most users shouldn't need to update their version but if you run into issues please install the latest for your platform. Instructions for macOS®* users [here](https://github.com/intel/video-analytics-serving/blob/master/docs/installing_bash_macos.md). |
5252

5353
### Building the Image
5454

0 commit comments

Comments
 (0)