Skip to content

Commit

Permalink
fix(logo): fix logo links
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnckoCore committed Nov 9, 2016
1 parent fb33b06 commit 3282577
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .verb.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/node-base/base">
<a href="https://github.com/node-minibase">
<img height="250" width="250" src="https://avatars1.githubusercontent.com/u/23032863?v=3&s=250">
</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://github.com/node-base/base">
<a href="https://github.com/node-minibase">
<img height="250" width="250" src="https://avatars1.githubusercontent.com/u/23032863?v=3&s=250">
</a>
</p>
Expand Down Expand Up @@ -189,7 +189,7 @@ app
})
```

### [#delegate](index.js#L281)
### [#delegate](index.js#L282)
> Static method to delegate properties from `provider` to `receiver` and make them non-enumerable.
See [delegate-properties][] for more details, it is exact mirror.
Expand All @@ -214,7 +214,7 @@ console.log(obj.foo) // => 'bar'
console.log(obj.qux) // => 123
```

### [#define](index.js#L308)
### [#define](index.js#L309)
> Static method to define a non-enumerable property on an object.
See [define-property][] for more details, it is exact mirror.
Expand All @@ -238,7 +238,7 @@ console.log(obj.foo) // => 123
console.log(obj.bar()) // => 'qux'
```

### [#extend](index.js#L345)
### [#extend](index.js#L346)
> Static method for inheriting the prototype and static methods of the `MiniBase` class. This method greatly simplifies the process of creating inheritance-based applications.
See [static-extend][] for more details.
Expand Down

0 comments on commit 3282577

Please sign in to comment.