Fix README

parent e22b4671
...@@ -200,7 +200,7 @@ This recipe suffers from buildout download utility issue, which will do not ...@@ -200,7 +200,7 @@ This recipe suffers from buildout download utility issue, which will do not
try to redownload resource with wrong md5sum. try to redownload resource with wrong md5sum.
************************
slapos.recipe.build:cpan slapos.recipe.build:cpan
************************ ************************
...@@ -209,7 +209,7 @@ Downloads and installs perl modules using Comprehensive Perl Archive Network (cp ...@@ -209,7 +209,7 @@ Downloads and installs perl modules using Comprehensive Perl Archive Network (cp
Examples Examples
======== ********
Basic example Basic example
------------- -------------
...@@ -253,13 +253,14 @@ Currently, the modules will be installed in site-perl directory. Location of thi ...@@ -253,13 +253,14 @@ Currently, the modules will be installed in site-perl directory. Location of thi
directory changes depending on the perl installation. directory changes depending on the perl installation.
***********************
slapos.recipe.build:npm slapos.recipe.build:npm
*********************** ***********************
Downloads and installs node.js packages using Node Package Manager (NPM). Downloads and installs node.js packages using Node Package Manager (NPM).
Examples Examples
======== ********
Basic example Basic example
------------- -------------
...@@ -282,6 +283,7 @@ Here is example to install one or several modules:: ...@@ -282,6 +283,7 @@ Here is example to install one or several modules::
Specific version Specific version
---------------- ----------------
::
[buildout] [buildout]
parts = node-package parts = node-package
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment