improve README
This commit is contained in:
		
							
								
								
									
										21
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										21
									
								
								README.md
									
									
									
									
									
								
							@@ -2,17 +2,17 @@
 | 
			
		||||
smart wrapper for chokidar
 | 
			
		||||
 | 
			
		||||
## Availabililty
 | 
			
		||||
[](https://www.npmjs.com/package/npmts)
 | 
			
		||||
[](https://gitlab.com/pushrocks/npmts)
 | 
			
		||||
[](https://github.com/pushrocks/npmts)
 | 
			
		||||
[](https://pushrocks.gitlab.io/npmts/)
 | 
			
		||||
[](https://www.npmjs.com/package/smartchok)
 | 
			
		||||
[](https://gitlab.com/pushrocks/smartchok)
 | 
			
		||||
[](https://github.com/pushrocks/smartchok)
 | 
			
		||||
[](https://pushrocks.gitlab.io/smartchok/)
 | 
			
		||||
 | 
			
		||||
## Status for master
 | 
			
		||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
 | 
			
		||||
[](https://gitlab.com/pushrocks/npmts/commits/master)
 | 
			
		||||
[](https://david-dm.org/pushrocks/npmts)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/npmts/master/dependencies/npm)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/npmts)
 | 
			
		||||
[](https://gitlab.com/pushrocks/smartchok/commits/master)
 | 
			
		||||
[](https://gitlab.com/pushrocks/smartchok/commits/master)
 | 
			
		||||
[](https://david-dm.org/pushrocks/smartchok)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/smartchok/master/dependencies/npm)
 | 
			
		||||
[](https://www.bithound.io/github/pushrocks/smartchok)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
 | 
			
		||||
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
 | 
			
		||||
[](http://standardjs.com/)
 | 
			
		||||
@@ -33,7 +33,8 @@ mySmartChok.start() // starts the watch process
 | 
			
		||||
 | 
			
		||||
mySmartChok.getObservableFor('change').then((observableArg) => {
 | 
			
		||||
    observableArg.subscribe(x => {
 | 
			
		||||
        // do something here when a change detected
 | 
			
		||||
        // do something here when a change is detected
 | 
			
		||||
        // possible events are 'add' | 'addDir' | 'change' | 'error' | 'unlink' | 'unlinkDir' | 'ready' | 'raw'
 | 
			
		||||
        // note that the observable is only created once you call .start() on the Smartchok instance
 | 
			
		||||
        // hence the promise construction
 | 
			
		||||
    })
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user