Skip to content

Commit

Permalink
remove nonsense:)
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Aug 27, 2012
1 parent 32ce68a commit 272f6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ baconjs-examples
Bacon.js AJAX example, consisting of a Clojure/Compojure fake search server and a web page. Bacon.js AJAX example, consisting of a Clojure/Compojure fake search server and a web page.


The idea is to demonstrate how Functional Reactive Programming and Bacon.js can make your AJAX apps more elegant and reliable. The idea is to demonstrate how Functional Reactive Programming and Bacon.js can make your AJAX apps more elegant and reliable.
The example code is 100% free of mutable state. All that is handled under the hood by the framework. I'll try to explain the details later, maybe here. The example code is 100% free of mutable state. I'll try to explain the details later, maybe here.


Please check out Please check out


Expand All @@ -15,4 +15,4 @@ To run this on your machine you need something like


- Install Clojure and Lein - Install Clojure and Lein
- `lein deps` - `lein deps`
- `lein ring server` - `lein ring server`

0 comments on commit 272f6ad

Please sign in to comment.