Spandan Tripathy alamin655 commited on
Commit
24fda29
β€’
1 Parent(s): 9282e30

πŸ“ Typo and Grammatical correction in the documentation page (#366)

Browse files

* πŸ“ docs: typo & grammatical correction under the `motivations` & `solutions` sections (#365)

* πŸ“ docs: typo & grammatical correction under the `motivations` section (#365)

* πŸ”– chore: bump the app version (#365)

* πŸ”– chore: bump the app version (#365)

---------

Co-authored-by: alamin655 <mdalamin655@outlook.com>

Files changed (3) hide show
  1. Cargo.lock +1 -1
  2. Cargo.toml +1 -1
  3. docs/introduction.md +2 -2
Cargo.lock CHANGED
@@ -4370,7 +4370,7 @@ checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
4370
 
4371
  [[package]]
4372
  name = "websurfx"
4373
- version = "1.2.15"
4374
  dependencies = [
4375
  "actix-cors",
4376
  "actix-files",
 
4370
 
4371
  [[package]]
4372
  name = "websurfx"
4373
+ version = "1.2.16"
4374
  dependencies = [
4375
  "actix-cors",
4376
  "actix-files",
Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
  [package]
2
  name = "websurfx"
3
- version = "1.2.15"
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 = "1.2.16"
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"
docs/introduction.md CHANGED
@@ -4,10 +4,10 @@ A modern-looking, lightning-fast, privacy-respecting, secure [meta search engine
4
 
5
  # Motivation
6
 
7
- Most meta search engines tend to be slow, lack high level of customization and missing many features and all of them like security as they are written in unsafe languages like python, javascript, etc which tend to open a wide variety of vulnerabilities which can also sometimes pose a threat to privacy as sometimes this can be exploited and can be used to leveraged to leak out sensitive information which is never good.
8
 
9
  # Solution
10
 
11
- Websurfx is a project which seeks to provide privacy, security, speed and all the features which the user wants.
12
 
13
  [⬅️ Go back to Home](./README.md)
 
4
 
5
  # Motivation
6
 
7
+ Most meta search engines tend to be slow, lack a high level of customization, and miss many features, and all of them lack security as they are written in unsafe languages like Python, JavaScript, etc., which tend to open a wide variety of vulnerabilities, which can also sometimes pose a threat to privacy as sometimes this can be exploited and can be used to leak out sensitive information, which is never good.
8
 
9
  # Solution
10
 
11
+ Websurfx is a project that seeks to provide privacy, security, speed, and all the features that the user wants.
12
 
13
  [⬅️ Go back to Home](./README.md)