Jagadeesh Kumar Ch commited on
Commit
cfe57a4
β€’
1 Parent(s): 344e641

πŸ“ Typo correction in the `readme` of the project (362)

Browse files

Typo correction in the readme of the project:

foolproof -> full-proof

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -181,7 +181,7 @@ At present, we only support x86_64 architecture systems, but we would love to ha
181
 
182
  ## Why Websurfx?
183
 
184
- The primary purpose of the Websurfx project is to create a fast, secure, and privacy-focused meta-search engine. There are numerous meta-search engines available, but not all guarantee the security of their search engines, which is critical for maintaining privacy. Memory flaws, for example, can expose private or sensitive information, which is understandably bad. There is also the added problem of spam, ads, and inorganic results, which most engines don't have a foolproof answer to. Until now. With Websurfx, I finally put a full stop to this problem. Websurfx is based on Rust, which ensures memory safety and removes such issues. Many meta-search engines also lack important features like advanced picture search, required by graphic designers, content providers, and others. Websurfx improves the user experience by providing these and other features, such as proper NSFW blocking and micro-apps or quick results (providing a calculator, currency exchanges, etc. in the search results).
185
 
186
  ## Why AGPLv3?
187
 
 
181
 
182
  ## Why Websurfx?
183
 
184
+ The primary purpose of the Websurfx project is to create a fast, secure, and privacy-focused meta-search engine. There are numerous meta-search engines available, but not all guarantee the security of their search engines, which is critical for maintaining privacy. Memory flaws, for example, can expose private or sensitive information, which is understandably bad. There is also the added problem of spam, ads, and inorganic results, which most engines don't have a full-proof answer to. Until now. With Websurfx, I finally put a full stop to this problem. Websurfx is based on Rust, which ensures memory safety and removes such issues. Many meta-search engines also lack important features like advanced picture search, required by graphic designers, content providers, and others. Websurfx improves the user experience by providing these and other features, such as proper NSFW blocking and micro-apps or quick results (providing a calculator, currency exchanges, etc. in the search results).
185
 
186
  ## Why AGPLv3?
187