From 2db26e6d9f9044dd62bbce5062da6ea7228ed8d1 Mon Sep 17 00:00:00 2001 From: Gacel Perfinian Date: Sat, 16 Apr 2016 12:59:19 +0800 Subject: [PATCH] Changed the word "power shell" into the correct program, PowerShell. --- TRIVIA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TRIVIA.md b/TRIVIA.md index 0b73a59b1..853224389 100644 --- a/TRIVIA.md +++ b/TRIVIA.md @@ -25,7 +25,7 @@ Fonts in Early Access do not have METADATA.pb files. ### Install on Windows -You can install all of the fonts using Windows power shell. Change directories to the folder where you downloaded the package, and run the following command: +You can install all of the fonts using Windows PowerShell. Change directories to the folder where you downloaded the package, and run the following command: ``` $fonts = (New-Object -ComObject Shell.Application).Namespace(0x14) dir ofl/*/*.ttf | %{ $fonts.CopyHere($_.fullname) }