Skip to content

Commit 37e1696

Browse files
committed
Correct name of repo in readme
1 parent e00a39e commit 37e1696

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.wercker
22
node_modules
3+
package-lock.json

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
# getting-started-node.js
1+
# getting-started-javascript
22

33
[![wercker status](https://app.wercker.com/status/7b1a402dd00d57fc9abddf9eb5161675/s "wercker status")](https://app.wercker.com/project/bykey/7b1a402dd00d57fc9abddf9eb5161675)
44

5-
A sample application in Go for Wercker.
5+
A sample application in Javascript on NodeJS for Wercker.
66

77
This application uses the `node` container obtained from the [Docker Hub](https://hub.docker.com/_/node/)
88

99
## Setup
1010
Clone or fork this repo and cd into the directory:
1111

1212
```
13-
git clone https://github.com/wercker/getting-started-javascript.git
14-
cd getting-started-javascript
13+
git clone https://github.com/wercker/getting-started-nodejs.git
14+
cd getting-started-nodejs
1515
```
1616

1717
## Running

0 commit comments

Comments
 (0)