From 21a1287f4b29cc319eb97c247171f8ae8fc4ea93 Mon Sep 17 00:00:00 2001 From: Brian Ingenito Date: Mon, 9 Apr 2018 15:13:11 -0400 Subject: [PATCH] Correct readme spelling errors (#144) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87933321..a8495a8c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ desktopJS is a common API across multiple HTML5 containers. By programming to a common API, applications can target multiple HTML5 containers without change. Detecting what container in which you are hosted, desktopJS provides shims and polyfills to bridge the common API to the underlying container. The goal is to help applications be -container agnostic and provide portability when muliple container depoyments are desired. +container agnostic and provide portability when multiple container deployments are desired. Usage ---------------