Skip to content

Commit

Permalink
fixed monospace in quick start
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-chan committed Sep 11, 2014
1 parent ef98810 commit a24292f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/manual/tutorials/engines/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This is a quick start guide of using a PredictionIO's built-in engine and its SD

Let's start with a classic example in Machine Learning - build a recommendation engine. We are going to launch a recommendation engine instance that can:

* collect `real-time event data` from your app through REST API or SDKs
* update the predictive model with `new data` regularly and automatically
* answer `prediction query` through REST API or SDKs
* collect *real-time event data* from your app through REST API or SDKs
* update the predictive model with *new data* regularly and automatically
* answer *prediction query* through REST API or SDKs

# Create a Simple App Project

Expand Down

0 comments on commit a24292f

Please sign in to comment.