Skip to content

Commit

Permalink
docs: restructure docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgechev committed Dec 20, 2017
1 parent b8a0d38 commit c9b4345
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Expand Up @@ -80,6 +80,14 @@ In this case you can omit the `@Wove` decorator.

This way, by explicitly listing the classes and methods which should be woven, you can prevent the unwanted effect of mangling.

# Demo

```
git clone https://github.com/mgechev/aop.js --depth 1
npm install -g ts-node
ts-node demo/index.ts
```

# API

The library offers the following combinations of advices and joint points:
Expand Down Expand Up @@ -159,14 +167,6 @@ export class MethodMetadata {
}
```

# Demo

```
git clone https://github.com/mgechev/aop.js --depth 1
npm install -g ts-node
ts-node demo/index.ts
```

# Diagram

Here's a UML class diagram which shows the relations between the individual abstractions:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aspect.js",
"version": "0.7.1",
"version": "0.7.2",
"description": "Library for aspect-oriented programming with JavaScript",
"main": "index.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit c9b4345

Please sign in to comment.