-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated the README.md #302
Conversation
Codecov Report
@@ Coverage Diff @@
## master #302 +/- ##
=======================================
Coverage 84.95% 84.95%
=======================================
Files 19 19
Lines 2619 2619
=======================================
Hits 2225 2225
Misses 271 271
Partials 123 123 Continue to review full report at Codecov.
|
767d6a2
to
ca13865
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! Really the only required change is the one suggestion of on to one
README.md
Outdated
always bang up-to-date. | ||
Godog is a community driven Open Source Project within the Cucumber organization, it is maintained by a handfull of developers, but we appreciate contributions from everyone. | ||
|
||
If you are interested in developing Godog, we suggest you to visit on of our slack channels. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are interested in developing Godog, we suggest you to visit on of our slack channels. | |
If you are interested in developing Godog, we suggest you to visit one of our slack channels. |
README.md
Outdated
|
||
#### Less rework | ||
## Install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like the install step should be higher up, but lets see how things go here.
|
||
## Example | ||
|
||
The following example can be [found here](/_examples/godogs). | ||
|
||
### Step 1 | ||
|
||
Given we create a new go package **$GOPATH/src/godogs**. From now on, this | ||
is our work directory `cd $GOPATH/src/godogs`. | ||
Given we create a new go package **$GOPATH/src/godogs**. From now on, this is our work directory `cd $GOPATH/src/godogs`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure we want to keep the examples showing being on GOPATH?
No description provided.