Skip to content

Commit 6335c05

Browse files
author
Josh Berkus
committed
Fixed some typos in the instructions.
1 parent e538aaf commit 6335c05

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

README.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pgReplicationTutorial
22
=====================
33

4-
This repository contains files for the PostgreSQL Binary Replication tutorial.
4+
This repository contains files for the PostgreSQL Binary
5+
Replication tutorial.
56

67
These files are required to perform the hands-on exercises.
78
Importantly, there is significant setup required in order to
@@ -54,7 +55,7 @@ Install the tutorial exercises on your machine one of two
5455
ways:
5556

5657
**Preferred Method**: Git Checkout from the Github repo. The
57-
repository is here: https://github.com/pgexperts/accidentalDBA,
58+
repository is here: https://github.com/jberkus/pgReplicationTutorial,
5859
and you can clone it by:
5960

6061
git clone https://github.com/jberkus/pgReplicationTutorial.git
@@ -71,8 +72,8 @@ This will require the programs "tar" and "gzip" to expand, as follows:
7172
We apologize for not providing a "zip" formatted archive, but zip does not
7273
preserve file permissions, which would cause issues.
7374

74-
The accidentalDBA directory should be placed somewhere you have disk
75-
space available.
75+
The ReplicationTutorial directory should be placed somewhere
76+
you have disk space available.
7677

7778
Vagrant Up
7879
==========
@@ -81,8 +82,8 @@ The first time you do vagrant up, it will require an internet connection
8182
with significant bandwidth and around 1/2 hour. As such, you should do
8283
it at home, before you get to the conference or the tutorial.
8384

84-
Open your terminal program. Navigate to accidentalDBA/vagrant directory.
85-
Type the following:
85+
Open your terminal program. Navigate to pgReplicationTutorial/vagrant
86+
directory. Type the following:
8687

8788
vagrant up
8889

@@ -112,7 +113,8 @@ If it does not work on a 32-bit machine, please contact josh@pgexperts.com.
112113
Other Files In This Package
113114
===========================
114115

115-
The pgReplicationTutorial package also contains the following files in the Tutorial directory:
116+
The pgReplicationTutorial package also contains the following files
117+
in the Tutorial directory:
116118

117119
exercises.txt
118120
-------------
@@ -127,12 +129,14 @@ pgReplicationTutorial.odt/pdf
127129

128130
These are copies of the slides for the tutorial.
129131

130-
The slides are still under development, and will be provided on the day of the tutorial.
132+
The slides are still under development, and will be provided on
133+
the day of the tutorial.
131134

132135
License
133136
=======
134137

135-
The pgReplicationTutorial is Copyright 2013 Josh Berkus and PostgreSQL Experts Inc.
138+
The pgReplicationTutorial is Copyright 2013 Josh Berkus
139+
and PostgreSQL Experts Inc.
136140

137141
All slides, text, instructions and similar content in this tutorial are
138142
licensed [Creative Commons Attribution-ShareAlike 3.0]

0 commit comments

Comments
 (0)