Skip to content

Commit

Permalink
doc(readme): fix missing character
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jul 15, 2016
1 parent 790ea7c commit ada7763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Executing `au generate resource` runs a generator to scaffold out typical Aureli

If you need to add a 3rd party client library to your project, first `npm install` the library. After that, open the `aurelia_project/aurelia.json` file and scroll down to the `build.bundles` section. You'll need to add the library into one of your bundle's `dependencies` sections.

Note: One of the first new features you'll see soon is a command to help you with 3rd party module configuration. The command will inspect a previously npm-installed package, and make a configuration recommendation to you, automating the process if you desire.
> Note: One of the first new features you'll see soon is a command to help you with 3rd party module configuration. The command will inspect a previously npm-installed package, and make a configuration recommendation to you, automating the process if you desire.
Below is some guidance for how to manually configure several different common 3rd party library scenarios:

Expand Down

0 comments on commit ada7763

Please sign in to comment.