Skip to content

Commit 34c7c57

Browse files
authored
Merge pull request #173 from z3dm4n/master
Fix obvious typos
2 parents eddd8ba + 6159a10 commit 34c7c57

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

drupal/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**For a fully-featured VM environment for Drupal, please check out [Drupal VM](http://www.drupalvm.com/).**
44

5-
This project makes local Drupal test/development environment management quick and easy. It installs the following on an Ubuntu 16.04 linux VM:
5+
This project makes local Drupal test/development environment management quick and easy. It installs the following on an Ubuntu 16.04 Linux VM:
66

77
- Apache
88
- PHP
@@ -25,7 +25,7 @@ Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windo
2525
### 2 - Build the Virtual Machine
2626

2727
1. Download this project and put it wherever you want.
28-
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this REAMDE file).
28+
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
2929
3. Type in `vagrant up`, and let Vagrant do its magic.
3030

3131
Note: *If there are any errors during the course of running `vagrant up`, and it drops you back to your command prompt, just run `vagrant provision` to continue building the VM from where you left off. If there are still errors after doing this a few times, post an issue to this project's issue queue on GitHub with the error.*

jenkins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windo
1515
### 2 - Build the Virtual Machine
1616

1717
1. Download this project and put it wherever you want.
18-
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this REAMDE file).
18+
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
1919
3. Run `ansible-galaxy install -r requirements.yml` to install required Ansible roles.
2020
4. Type in `vagrant up`, and let Vagrant do its magic.
2121

orchestration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windo
1919
### 2 - Build the Virtual Machine
2020

2121
1. Download this project and put it wherever you want.
22-
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this REAMDE file).
22+
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
2323
3. Type in `vagrant up`, and let Vagrant do its magic.
2424

2525
Note: *If there are any errors during the course of running `vagrant up`, and it drops you back to your command prompt, just run `vagrant provision` to continue building the VM from where you left off. If there are still errors after doing this a few times, post an issue to this project's issue queue on GitHub with the error.*

solr/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This project aims to make spinning up a simple local Apache Solr environment incredibly quick and easy, and to introduce users to the fast and powerful search engine behind some of the largest document collections on the Internet.
44

5-
It will install the following on a Ubuntu 16.04 linux VM:
5+
It will install the following on a Ubuntu 16.04 Linux VM:
66

77
- Java
88
- Apache Solr
@@ -22,7 +22,7 @@ Note for Windows users: *This guide assumes you're on a Mac or Linux host. Windo
2222
### 2 - Build the Virtual Machine
2323

2424
1. Download this project and put it wherever you want.
25-
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this REAMDE file).
25+
2. Open Terminal, cd to this directory (containing the `Vagrantfile` and this README file).
2626
3. Type in `vagrant up`, and let Vagrant do its magic.
2727

2828
Note: *If there are any errors during the course of running `vagrant up`, and it drops you back to your command prompt, just run `vagrant provision` to continue building the VM from where you left off. If there are still errors after doing this a few times, post an issue to this project's issue queue on GitHub with the error.*

0 commit comments

Comments
 (0)