Skip to content

Commit d40efc6

Browse files
Mart-Coulphiltrep
authored andcommitted
Updated readme's of examples (#79)
1 parent c88980f commit d40efc6

File tree

5 files changed

+10
-15
lines changed

5 files changed

+10
-15
lines changed

_examples/memcached/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
77
```bash
88
cd <project_folder>/
99

10-
cp nodock/_examples/memcached/index.js .
11-
cp nodock/_examples/memcached/package.json .
10+
cp -r nodock/_examples/memcached/* .
1211
```
1312

1413
### Usage
@@ -19,4 +18,4 @@ cd nodock/
1918
docker-compose up -d memcached node nginx
2019
```
2120

22-
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `memcached`.
21+
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `memcached`.

_examples/mongo/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
77
```bash
88
cd <project_folder>/
99

10-
cp nodock/_examples/mongo/index.js .
11-
cp nodock/_examples/mongo/package.json .
10+
cp -r nodock/_examples/mongo/* .
1211
```
1312

1413
### Usage
@@ -19,4 +18,4 @@ cd nodock/
1918
docker-compose up -d mongo node nginx
2019
```
2120

22-
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mongo`.
21+
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mongo`.

_examples/mysql/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
77
```bash
88
cd <project_folder>/
99

10-
cp nodock/_examples/mysql/index.js .
11-
cp nodock/_examples/mysql/package.json .
10+
cp -r nodock/_examples/mysql/* .
1211
```
1312

1413
### Usage
@@ -19,4 +18,4 @@ cd nodock/
1918
docker-compose up -d mysql node nginx
2019
```
2120

22-
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mysql`.
21+
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `mysql`.

_examples/rabbitmq/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
77
```bash
88
cd <project_folder>/
99

10-
cp nodock/_examples/rabbitmq/index.js .
11-
cp nodock/_examples/rabbitmq/package.json .
10+
cp -r nodock/_examples/rabbitmq/* .
1211
```
1312

1413
### Usage
@@ -19,4 +18,4 @@ cd nodock/
1918
docker-compose up -d rabbitmq node nginx
2019
```
2120

22-
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.
21+
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.

_examples/simple-web/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
77
```bash
88
cd <project_folder>/
99

10-
cp nodock/_examples/simple-web/index.js .
11-
cp nodock/_examples/simple-web/package.json .
10+
cp -r nodock/_examples/simple-web/* .
1211
```
1312

1413
### Usage
@@ -19,4 +18,4 @@ cd nodock/
1918
docker-compose up -d node nginx
2019
```
2120

22-
By going to `127.0.0.1` in your browser you should be seeing a nice greeting!
21+
By going to `127.0.0.1` in your browser you should be seeing a nice greeting!

0 commit comments

Comments
 (0)