Skip to content

Commit

Permalink
Fix typo, update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Aug 31, 2017
1 parent 5242953 commit d21a02b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
composer.phar
vendor/
.idea

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ This module will install it's own table, and quickly allow you to:

![Growl notification](docs/main.png)

A documentation is available in the [docs](docs/TOC.md) folder of this repository.
A documentation is available in the [docs](docs/README.md) folder of this repository.
You can also check this [live demo](https://machour.idk.tn/yii2-kitchen-sink/site/yii2-notifications).
2 changes: 1 addition & 1 deletion commands/NotificationsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ public function actionClean()

$records_deleted = $class::deleteAll($criteria);

echo "$records_deleted obselete notifications removed\n";
echo "$records_deleted obsolete notifications removed\n";
}
}
1 change: 0 additions & 1 deletion docs/Contributors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Contributors
------------

Expand Down
4 changes: 2 additions & 2 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The preferred way to install this extension is through [composer](http://getcomp
Either run

```
php composer.phar require --prefer-dist machour/yii2-notifications "@dev"
php composer.phar require machour/yii2-notifications "*"
```

or add

```
"machour/yii2-notifications": "@dev"
"machour/yii2-notifications": "*"
```

to the require section of your `composer.json` file.
2 changes: 2 additions & 0 deletions docs/TOC.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# yii2-notifications documentation

* [Installation](Installation.md)
* [Concept](Concept.md)
* [Configuration](Configuration.md)
Expand Down

0 comments on commit d21a02b

Please sign in to comment.