Skip to content

Commit d60c8a0

Browse files
committed
Fix typo in examples for hosts file syntax
1 parent 30b83b0 commit d60c8a0

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

examples/basic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for your Facebook and set the callback url to be `http://dummy.com:3000/connect/facebook/callback`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/dynamic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook. Set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/express-session/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Twitter and set the callback url to be `http://dummy.com:3000/connect/twitter/callback`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/express/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and Twitter. For Twitter set the callback url to be `http://dummy.com:3000/connect/twitter/callback`, for Facebook set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/express3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and Twitter. For Twitter set the callback url to be `http://dummy.com:3000/connect/twitter/callback`, for Facebook set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/hapi-session/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and Twitter. For Twitter set the callback url to be `http://dummy.com:3000/connect/twitter/callback`, for Facebook set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/hapi/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and Twitter. For Twitter set the callback url to be `http://dummy.com:3000/connect/twitter/callback`, for Facebook set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/koa-session/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/override/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Facebook and Twitter. For Twitter set the callback url to be `http://dummy.com:3000/connect/twitter/callback`, for Facebook set the application domain to be `dummy.com`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

examples/path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ $ npm install
1313

1414
Create OAuth application for Twitter and set the callback url to be `http://dummy.com:3000/path/prefix/connect/twitter/callback`
1515

16-
In your `hosts` file add this line `dummy.com 127.0.0.1`
16+
In your `hosts` file add this line `127.0.0.1 dummy.com`
1717

1818

1919
## Configure

0 commit comments

Comments
 (0)