1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-06-08 23:46:21 +02:00

Updates spaces in README

This commit is contained in:
Tim Voronov 2018-09-18 21:47:54 -04:00
parent b700d17ac5
commit 15b8eae0cb
2 changed files with 21 additions and 19 deletions

2
.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*.md]
trim_trailing_whitespace = false

View File

@ -83,7 +83,7 @@ Alternatively, you can tell CLI to launch Chrome for you.
go run ./cmd/cli/main.go --cdp-launch
```
**Note:** Launch command is currently broken on MacOS.
**NOTE:** Launch command is currently broken on MacOS.
Once ```ferret``` knows how to communicate with Chrome, you can use a function ```DOCUMENT(url, isJsRendered)``` with ```true``` boolean value for loading JS rendered pages:
@ -105,7 +105,7 @@ Please use `exit` or `Ctrl-D` to exit this program.
### Embedded mode
```ferret``` is very modular system and therefore, can be easily be embedded into your Go application.
```ferret``` is a very modular system and therefore, can be easily be embedded into your Go application.
```go
@ -184,7 +184,7 @@ func getTopTenTrendingTopics() ([]*Topic, error) {
## Extensibility
That said, ```ferret``` is very modular system which also allows not only embed it, but extend its standard library.
That said, ```ferret``` is a very modular system which also allows not only embed it, but extend its standard library.
```
package main