Skip to content

Commit

Permalink
Fixing markdown glitches
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Boyd committed Jun 14, 2012
1 parent 8551c6d commit 035570a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ The groundwork is also laid out for building alternate cache interfaces quickly
### Step 1: Fetching

If you are using composer, you probably only need to add this to your composer.json file:

"require": {
"Beryllium/CacheBundle": "dev-master"
},
Expand Down Expand Up @@ -61,6 +62,7 @@ Configure your server list in parameters.ini:
beryllium_cache.client.servers["127.0.0.1"] = 11211

If you plan on using local UNIX sockets, GitHub user gierschv has contributed the ability to do this:

beryllium_cache.client.servers["unix:///tmp/mc.sock"]=""

And then you should be good to go:
Expand Down

0 comments on commit 035570a

Please sign in to comment.