-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the project name
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Malaria Plant DB | ||
|
||
The database of medicinal plants against malaria | ||
###The database of medicinal plants against malaria | ||
|
||
Malaria Plant DB was generated using JHipster, you can find documentation and help at [JHipster][]. | ||
|
||
|
@@ -53,9 +53,9 @@ Unit tests are run by [Karma][] and written with [Jasmine][]. They're located in | |
|
||
To setup this project in Jenkins, use the following configuration: | ||
|
||
* Project name: `malariaplantdb` | ||
* Project name: `malaria-plant-db` | ||
* Source Code Management | ||
* Git Repository: `[email protected]:xxxx/malariaplantdb.git` | ||
* Git Repository: `[email protected]:xxxx/malaria-plant-db.git` | ||
* Branches to build: `*/master` | ||
* Additional Behaviours: `Wipe out repository & force clone` | ||
* Build Triggers | ||
|