alamin655 commited on
Commit
b0f82c0
2 Parent(s): 2824d9e 9ae87dd

Merge pull request #285 from neon-mmd/readme-revision

Browse files
Files changed (3) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +1 -1
  3. README.md +4 -2
Cargo.lock CHANGED
@@ -3932,7 +3932,7 @@ dependencies = [
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
- version = "0.24.3"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
 
3932
 
3933
  [[package]]
3934
  name = "websurfx"
3935
+ version = "0.24.4"
3936
  dependencies = [
3937
  "actix-cors",
3938
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "0.24.3"
4
  edition = "2021"
5
  description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
6
  repository = "https://github.com/neon-mmd/websurfx"
 
1
  [package]
2
  name = "websurfx"
3
+ version = "0.24.4"
4
  edition = "2021"
5
  description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
6
  repository = "https://github.com/neon-mmd/websurfx"
README.md CHANGED
@@ -132,8 +132,10 @@ redis-server --port 8082 &
132
 
133
  Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
134
 
135
- > **Warning**
136
- > This project is still in the testing phase and is **not** ready for production use.
 
 
137
 
138
  **[⬆️ Back to Top](#--)**
139
 
 
132
 
133
  Once you have started the server, open your preferred web browser and navigate to <http://127.0.0.1:8080> to start using Websurfx.
134
 
135
+ > **Note**
136
+ >
137
+ > 1. The project is no longer in the testing phase and is now ready for production use.
138
+ > 2. There are many features still missing like `support for image search`, `different categories`, `quick apps`, etc but they will be added soon as part of future releases.
139
 
140
  **[⬆️ Back to Top](#--)**
141