mirror of
https://github.com/MontFerret/ferret.git
synced 2025-06-10 23:47:30 +02:00
Updates spaces in README
This commit is contained in:
parent
b700d17ac5
commit
15b8eae0cb
2
.editorconfig
Normal file
2
.editorconfig
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
@ -83,7 +83,7 @@ Alternatively, you can tell CLI to launch Chrome for you.
|
|||||||
go run ./cmd/cli/main.go --cdp-launch
|
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:
|
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
|
### 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
|
```go
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ func getTopTenTrendingTopics() ([]*Topic, error) {
|
|||||||
|
|
||||||
## Extensibility
|
## 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
|
package main
|
||||||
|
Loading…
x
Reference in New Issue
Block a user