Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit c6002c8

Browse files
author
Marlow Payne
committed
Readme touchups
1 parent fd353d1 commit c6002c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can find a simple demo on [the Documentation page](http://mobify.github.io/b
1919

2020
### Zepto Support
2121

22-
Bellows supports Zepto up until v5.1.2 but is not actively developed for it. You should be able to use Bellows directly with Zepto. While we don't actively support Zepto for Bellows, we welcome any and all issues and PRs to help us make it work.
22+
Bellows supports Zepto up until v5.1.2 but is not actively developed for it. While we don't actively support Zepto for Bellows, we welcome any and all issues and PRs to help us make it work.
2323

2424

2525
## Installation
@@ -32,15 +32,16 @@ npm install bellows-ui
3232

3333
## Usage with Require.js
3434

35-
To use with require.js, after installing through NPM you merely have to reference bellows in your require config file:
35+
To use with require.js, after installing through NPM you merely have to reference bellows in your require config file (**Note**: If your project already has these external dependencies, and the versions are compatible, it's recommended that you use the one in your project to reduce duplication):
3636

3737
```config.js
3838

3939
{
4040
'paths': {
41-
'plugin': 'node_modules/plugin/dist/plugin.min',
41+
'$': 'node_modules/bellows-ui/node_modules/jquery/dist/jquery.min',
42+
'plugin': 'node_modules/bellows-ui/node_modules/plugin/dist/plugin.min',
43+
'velocity': 'node_modules/bellows-ui/node_modules/velocity-animate/velocity'
4244
'bellows': 'node_modules/bellows-ui/dist/bellows.min',
43-
'velocity': 'node_modules/velocity-animate/velocity'
4445
}
4546
}
4647

0 commit comments

Comments
 (0)