Skip to content

Commit

Permalink
update read me
Browse files Browse the repository at this point in the history
  • Loading branch information
saflin hussain committed May 16, 2016
1 parent 5861f8e commit c5893df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# prime-generator

A simple restful webservice based prime generator.
A Spring boot application which generates prime numbers. Application exposes rest endpoint which can be used to generate prime numbers.

Presently support three implemenations
Supports three prime generation algorithms.

1) Trial by division

Expand All @@ -23,6 +23,9 @@ Requires Java 1.8 and maven to build this project

mvn clean package

# Implmentation

This project runs on Spring Boot and uses below

# Running the application

Expand Down

0 comments on commit c5893df

Please sign in to comment.