Skip to content

Commit 11ee9b1

Browse files
Merge pull request #56 from juspay/update/readme
fix: Updated readme
2 parents 1ee63c5 + ffda8a9 commit 11ee9b1

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# <img src='https://s3.ap-south-1.amazonaws.com/presto-release/assets/presto-logo.png' height='60'>
2-
31
Write apps like equations!
42

53
Code as simple and precise as Mathematical Expressions. Presto is written in PureScript harnessing the powers of Functional Programming & Category Theory. What you get is scalable, performant code with elegant abstractions. Our attempt with Presto is to really simplify the app development process.
@@ -8,8 +6,6 @@ Code as simple and precise as Mathematical Expressions. Presto is written in Pur
86
<br/>
97
[Slides](https://speakerdeck.com/vimalkumar/presto-at-functional-conf-2017)
108

11-
12-
139
## Quickstart
1410

1511
You can get your hands dirty by building a mobile recharge app using Presto
@@ -44,15 +40,14 @@ See [examples](https://github.com/juspay/purescript-presto/tree/master/examples/
4440

4541
You can try out the below examples.
4642

47-
* [Counter Vanilla](https://github.com/juspay/purescript-presto/tree/master/examples/counter-html)
48-
* [Bill Pay App using React](https://github.com/juspay/purescript-presto/tree/master/examples/billpay-react)
49-
* [Bill Pay App using Presto-UI](https://github.com/juspay/purescript-presto/tree/master/examples/billpay-presto-ui)
43+
- [Counter Vanilla](https://github.com/juspay/purescript-presto/tree/master/examples/counter-html)
44+
- [Bill Pay App using React](https://github.com/juspay/purescript-presto/tree/master/examples/billpay-react)
45+
- [Bill Pay App using Presto-UI](https://github.com/juspay/purescript-presto/tree/master/examples/billpay-presto-ui)
5046

5147
## Learning Presto
5248

5349
[Presto Guide](https://juspay.gitbooks.io/presto-guide/content/) makes it easy to get started and start building great apps very quickly. We are continually improving Presto's documentation and welcome suggestions of topics we could explain in greater detail. Please send an email to presto@juspay.in with your requests.
5450

55-
5651
## Add Presto to your existing project
5752

5853
```
@@ -61,10 +56,9 @@ bower i purescript-presto
6156

6257
## Apps in Production
6358

64-
[***BHIM***](https://play.google.com/store/apps/details?id=in.org.npci.upiapp&hl=en) - Payments App, 17 Million Total Users
65-
<br>[***JuspaySafe***](https://juspay.in/juspay-safe) - Payments Browser, 800 Million Txns Processed
66-
<br>[***JuspayFuel***](https://play.google.com/store/apps/details?id=in.juspay.euler.pregel&hl=en) - Payments Solution for Gas Stations, 1000s of Outlets
67-
59+
[**_BHIM_**](https://play.google.com/store/apps/details?id=in.org.npci.upiapp&hl=en) - Payments App, 17 Million Total Users
60+
<br>[**_JuspaySafe_**](https://juspay.in/juspay-safe) - Payments Browser, 800 Million Txns Processed
61+
<br>[**_JuspayFuel_**](https://play.google.com/store/apps/details?id=in.juspay.euler.pregel&hl=en) - Payments Solution for Gas Stations, 1000s of Outlets
6862

6963
## Community
7064

@@ -75,6 +69,3 @@ Join a discussion or start one at our [forum](http://forum.juspayuniversity.in)
7569
## Contributing
7670

7771
See the [CONTRIBUTING.md](CONTRIBUTING.md) file for details.
78-
79-
80-

0 commit comments

Comments
 (0)