@aakash58/chatbot 1.0.45 → 1.0.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Chatbot
1
+ # Doohbot
2
2
 
3
3
  This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.3.0.
4
4
 
@@ -21,7 +21,7 @@ ng generate --help
21
21
  To build the library, run:
22
22
 
23
23
  ```bash
24
- ng build chatbot
24
+ ng build doohbot
25
25
  ```
26
26
 
27
27
  This command will compile your project, and the build artifacts will be placed in the `dist/` directory.
@@ -31,8 +31,9 @@ This command will compile your project, and the build artifacts will be placed i
31
31
  Once the project is built, you can publish your library by following these steps:
32
32
 
33
33
  1. Navigate to the `dist` directory:
34
+
34
35
  ```bash
35
- cd dist/chatbot
36
+ cd dist/doohbot
36
37
  ```
37
38
 
38
39
  2. Run the `npm publish` command to publish your library to the npm registry: