mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update docs/sdks/node.md
This commit is contained in:
		
							parent
							
								
									e75ea0f47d
								
							
						
					
					
						commit
						8ec53d4f9a
					
				@ -25,7 +25,7 @@ npm install unleash-client --save
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Step 2: Initialize client SDK
 | 
					## Step 2: Initialize client SDK
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Next we must use initialize the client SDK in the application:
 | 
					Next we must initialize the client SDK in the application:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```js
 | 
					```js
 | 
				
			||||||
const unleash = require('unleash-client');
 | 
					const unleash = require('unleash-client');
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user