Browse Source

Don't necessarily mention Google

There's other search engines as well.
lasseeee 5 years ago
parent
commit
5687ac7de7
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/00-intro.md

+ 3 - 2
doc/00-intro.md

@@ -106,7 +106,8 @@ Linux distributions.
 > `mkdir -p /usr/local/bin`.
 > `mkdir -p /usr/local/bin`.
 
 
 > **Note:** For information on changing your PATH, please read the
 > **Note:** For information on changing your PATH, please read the
-> [Wikipedia article](https://en.wikipedia.org/wiki/PATH_(variable)) and/or use Google.
+> [Wikipedia article](https://en.wikipedia.org/wiki/PATH_(variable)) and/or use
+> your search engine of choice.
 
 
 Now run `composer` in order to run Composer instead of `php composer.phar`.
 Now run `composer` in order to run Composer instead of `php composer.phar`.
 
 
@@ -139,7 +140,7 @@ C:\bin>echo @php "%~dp0composer.phar" %*>composer.bat
 Add the directory to your PATH environment variable if it isn't already.
 Add the directory to your PATH environment variable if it isn't already.
 For information on changing your PATH variable, please see
 For information on changing your PATH variable, please see
 [this article](https://www.computerhope.com/issues/ch000549.htm) and/or
 [this article](https://www.computerhope.com/issues/ch000549.htm) and/or
-use Google.
+use your search engine of choice.
 
 
 Close your current terminal. Test usage with a new terminal:
 Close your current terminal. Test usage with a new terminal: